JAUAudioArcInterpreter OK (#1922)

This commit is contained in:
hatal175
2023-09-10 22:38:19 +03:00
committed by GitHub
parent d4447fa5f1
commit c9699f5057
4 changed files with 1 additions and 347 deletions
@@ -30,7 +30,7 @@ public:
u32 readU32_() {
u32 temp = *(u32*)mReadPtr;
mReadPtr = mReadPtr + 4;
mReadPtr += 4;
return temp;
}
const void* getContent_(u32 param_0) { return mBase + param_0; }