// // FMOD_System_LoadPlugin from 0x50448 to 0x50454 (12 bytes) // // 4 xrefs: // > .FMOD_System_LoadPlugin @ 0x1082fc // > @ 0xce8 // > .FMOD_System_LoadPlugin @ 0x1082f4 // > @ 0x110a40 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // char *__fastcall FMOD_System_LoadPlugin(FMOD::System *a1, const char *a2, unsigned int *a3, unsigned int a4) { if ( a1 ) return (char *)FMOD::System::loadPlugin(a1, a2, a3, a4); else return (char *)&off_18 + 7; }