nifengyuexia
Member
try:Sadly I am using the US version as it's the only one that have been patch to feature original Japanese Audio. and even with Progressive scan on, the screen still shakes like hell...
Code:
patch=1,EE,001D5984,extended,01
Or try:
Add to LUA configuration
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem8(0x1D5984,0x01)
end
emuObj.AddVsyncHook(patcher)
