kozarovv
Developer
I need to tell that is really surprising that CLI matter here. Here is CLI from wiki stripped from not working stuff.
The GOD OF WAR II was initially tested using the CLI configuration of the GOD OF WAR1 on the wiki. The effect is very poor and the number of frames is very low. Replacing the CLI configuration of GOD OF WAR II on the wiki can improve the frame rate, but the audio and graphics problems are very serious, and the configuration needs to be continued.
Code:
--vu1-jr-cache-policy=newprog
--vu1-jalr-cache-policy=newprog
--vu1-mpg-cycles=1000
--vu1-di-bits=1
--vu1-injection=1
--vu1-opt-flags=2
--ee-block-validation=PageProt
--ee-cycle-scalar=0.8
--ee-kernel-hle=1
--ee-injection-kernel=1
--ee-injection-title=1
--fpu-accurate-mul-fast=1
--fpu-rsqrt-fast-estimate=1
--framelimit-mode=normal
--gs-frontend-opt-mode=2
--gs-optimize-30fps=1
--cop2-di-bits=1
--safe-area-min=1.0
Can you test with this LUA?
Code:
apiRequest(2.2) --make sure we are running latest emu
local emuObj = getEmuObject()
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", { texMode=1 } )
-- Wide Screen at boot, 640x448p at boot, speedhack by removing some effects
emuMediaPatch(0x1fc, 12 + 0x6e0, { 0x27bdfee0 }, { 0x03e00008 })
emuMediaPatch(0x1fc, 12 + 0x6e4, { 0x7fb300d0 }, { 0x00000000 })
emuMediaPatch(0x1f8, 12 + 0x720, { 0x27bdff50 }, { 0x03e00008 })
emuMediaPatch(0x1f8, 12 + 0x724, { 0x3c02002d }, { 0x00000000 })
emuMediaPatch(0x2e4, 12 + 0x5b4, { 0x3c04002e }, { 0x24040001 })
emuMediaPatch(0x2e4, 12 + 0x5b8, { 0x8c8486d8 }, { 0x00000000 })
emuMediaPatch(0x40d, 12 + 0x14c, { 0x3c013faa }, { 0x3c013fe3 })
emuMediaPatch(0x40d, 12 + 0x150, { 0x3421aaab }, { 0x34218e39 })
emuMediaPatch(0x3d0, 12 + 0x608, { 0xac4086dc }, { 0xa04986dc })
emuMediaPatch(0x2e4, 12 + 0x5d4, { 0x8ca286dc }, { 0x24020001 })
emuMediaPatch(0x169, 12 + 0x6b0, { 0x27bdff60 }, { 0x03e00008 })
emuMediaPatch(0x169, 12 + 0x6b4, { 0x7fb10080 }, { 0x00000000 })
-- allow to skip movies using X button (included for faster testing)
eeInsnReplace(0x1DD8C8, 0x10400005, 0x00000000)
I added experimental fix for graphic issue. That seems to be caused by upscaller.
It will be really nice to remove fixes from CLI one by one, to check that is really make speed change, because then i can figure out something new.


