// // FMOD_System_GetDriver from 0x503ac to 0x503b8 (12 bytes) // // 4 xrefs: // > .FMOD_System_GetDriver @ 0x10822c // > @ 0x2ec0 // > .FMOD_System_GetDriver @ 0x108224 // > @ 0x1109d8 // // 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_GetDriver(FMOD::System *a1, int *a2) { if ( a1 ) return (char *)FMOD::System::getDriver(a1, a2); else return (char *)&off_18 + 7; }