Scalerize
Member
Rayman 3 Hoodlum havoc fix, But the fix itself also breaks character animations, if anybody knows how to fix this mess, go ahead 
SLUS20601
SLUS20601
Code:
apiRequest(0.1)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
--eeObj.WriteMem32(0x0028A5D4,0x0)
eeObj.WriteMem32(0x0028A770,0x0)
end
emuObj.AddVsyncHook(patcher)
Last edited: