Deso
Member
Crash Tag Team Racing
SLUS211.91
Remade my old CLI patch and added a new ee memory patch made by @mrjaredbeta himself!
Now the game finally runs as smooth as butter.
CLI
LUA
SLUS211.91
Remade my old CLI patch and added a new ee memory patch made by @mrjaredbeta himself!
Now the game finally runs as smooth as butter.
CLI
Code:
--vu1-di-bits=0
--vu1-mpg-cycles=250
--ee-cycle-scalar=1.2
#You can decrease 9000
--ee-hook=0x003547C8,AdvanceClock,,7000
--ee-hook=0x0034C098,AdvanceClock,,500
LUA
Code:
apiRequest(0.1)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
-- Full credits to MrJaredbeta
-- Fix for the micro-stutters around coins
eeObj.WriteMem32(0x0022e3e4, 0x1000000c)
end
emuObj.AddVsyncHook(patcher)
Last edited: