// // FMOD::System::unlockDSP from 0x1800b1f80 to 0x1800b201a (154 bytes) // // 3 xrefs: // > FMOD_System_UnlockDSP @ 0x1800c6fa9 // > @ 0x180194348 // > @ 0x1801fccb4 // // 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 // __int64 __fastcall FMOD::System::unlockDSP(__int64 a1) { int v1; // edi unsigned int v2; // ebx __int64 result; // rax __int64 v4; // [rsp+30h] [rbp-128h] BYREF _BYTE v5[256]; // [rsp+40h] [rbp-118h] BYREF v1 = a1; v2 = FMOD::SystemI::validate(a1, &v4, 0); if ( v2 || (result = sub_1800E8440(v4), (v2 = result) != 0) ) { if ( *((char *)off_1801AED20 + 16) < 0 ) { v5[0] = 0; sub_1800B20E0(v2, 1, v1, (unsigned int)"System::unlockDSP", (__int64)v5); } return v2; } return result; }