Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ KMY = (?:^|/)kmyCore\.dll$
Lightvn = \.vndat$
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
Liquid = (?:^|/)PCTouchHelper\.dll$
LithTech = (?:^|/)default\.archcfg$
LithTech[] = (?:^|/)default\.archcfg$
LithTech[] = (?:^|/)(?:ltmsg|de_msg|ltmemory)\.dll$
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll
MonoGame = (?:^|/)monogame
Expand Down
6 changes: 6 additions & 0 deletions tests/types/Engine.LithTech.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/default.archcfg
default.archcfg
ltmsg.dll
/ltmsg.dll
de_msg.dll
/de_msg.dll
ltmemory.dll
/ltmemory.dll
Loading