Vika23
Senior Member
FIFA Soccer 2004 (SLUS20750)
config-title.txt
LUA.
Unfortunately, there's an annoying bug! (i guess it was also on PS3)
When you start playing the second or third match (tested in Friendly Match mode), the game may randomly crash — either during the match or right before the intro screen.
For now, the only way to avoid crashes is to save your profile after every match and restart the game.
config-title.txt
Code:
--host-display-mode=16:9
--vu0-no-clamping=0
--vu1-no-clamping=0
LUA.
Code:
-- FIFA Soccer 2004 (U)(SLUS-20750)
-- emu used=rogue v2
apiRequest(0.1)
local gpr = require("ee-gpr-alias")
local emuObj = getEmuObject()
local eeObj = getEEObject()
local patch = function()
--Fix textures.
eeObj.WriteMem32(0x00338188,0x10000079)
end
emuObj.AddVsyncHook(patch)
Unfortunately, there's an annoying bug! (i guess it was also on PS3)
When you start playing the second or third match (tested in Friendly Match mode), the game may randomly crash — either during the match or right before the intro screen.
For now, the only way to avoid crashes is to save your profile after every match and restart the game.