Skip to content

Commit 23f6497

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rules.ini

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

tests/types/Engine.LithTech.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/default.archcfg
22
default.archcfg
3+
ltmsg.dll
4+
/ltmsg.dll
5+
de_msg.dll
6+
/de_msg.dll

0 commit comments

Comments
 (0)