add FMOD signature

This commit is contained in:
Benjamin Funke 2026-05-11 18:59:58 +02:00
commit 336994ff14

13
db/PE/library_FMOD.4.sg Normal file
View file

@ -0,0 +1,13 @@
// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
// https://www.fmod.com/
meta("library", "FMOD");
function detect() {
if (PE.isLibraryPresentExp(/^fmod/)) {
bDetected = true;
}
return result();
}