We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f6497 commit b12bfa2Copy full SHA for b12bfa2
rules.ini
@@ -139,7 +139,8 @@ KMY = (?:^|/)kmyCore\.dll$
139
Lightvn = \.vndat$
140
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
141
Liquid = (?:^|/)PCTouchHelper\.dll$
142
-LithTech = (?:^|/)(?:default\.archcfg|ltmsg\.dll|de_msg\.dll)$
+LithTech[] = (?:^|/)default\.archcfg$
143
+LithTech[] = (?:^|/)(?:ltmsg|de_msg|ltmemory)\.dll$
144
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
145
Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll
146
MonoGame = (?:^|/)monogame
tests/types/Engine.LithTech.txt
@@ -4,3 +4,5 @@ ltmsg.dll
4
/ltmsg.dll
5
de_msg.dll
6
/de_msg.dll
7
+ltmemory.dll
8
+/ltmemory.dll
0 commit comments