Skip to content

Commit b12bfa2

Browse files
committed
Update LithTech rules to include additional DLLs (ltmsg.dll for LT2/2.5/Talon/Jupiter, de_msg.dll and ltmemory.dll for LT1)
1 parent 23f6497 commit b12bfa2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rules.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ KMY = (?:^|/)kmyCore\.dll$
139139
Lightvn = \.vndat$
140140
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
141141
Liquid = (?:^|/)PCTouchHelper\.dll$
142-
LithTech = (?:^|/)(?:default\.archcfg|ltmsg\.dll|de_msg\.dll)$
142+
LithTech[] = (?:^|/)default\.archcfg$
143+
LithTech[] = (?:^|/)(?:ltmsg|de_msg|ltmemory)\.dll$
143144
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
144145
Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll
145146
MonoGame = (?:^|/)monogame

tests/types/Engine.LithTech.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ ltmsg.dll
44
/ltmsg.dll
55
de_msg.dll
66
/de_msg.dll
7+
ltmemory.dll
8+
/ltmemory.dll

0 commit comments

Comments
 (0)