Editing User:Scalerize
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
IOP audi restarting debugging address? 1F801574 > BF801574 | IOP audi restarting debugging address? 1F801574 > BF801574 | ||
wotm: 4A72C2 | <br>wotm: 4A72C2 | ||
= | <br>Marvel = 0054B5D4 | ||
= | <br>psp speedhack? 08B322B8 | ||
=Universal safe debugging CLI= | |||
<pre> | <pre> | ||
#ee | #ee | ||
--ee-cycle-scalar=1 | --ee-cycle-scalar=1 | ||
#iop | #iop | ||
--iop-cycle-scalar= | --iop-cycle-scalar=1 | ||
--iop-evt-check-full=1 | --iop-evt-check-full=1 | ||
#fpu | #fpu | ||
Line 20: | Line 16: | ||
--fpu-accurate-addsub=1 | --fpu-accurate-addsub=1 | ||
--fpu-to-double=1 | --fpu-to-double=1 | ||
--fpu-rsqrt-fast-estimate=0 | |||
#cop2 | #cop2 | ||
--cop2-opt-flags= | --cop2-opt-flags=2 | ||
--cop2-opt-vf00=0 | --cop2-opt-vf00=0 | ||
--cop2-const-prop=0 | --cop2-const-prop=0 | ||
Line 28: | Line 25: | ||
--cop2-di-bits=1 | --cop2-di-bits=1 | ||
#vu0 | #vu0 | ||
--vu0-opt-flags= | --vu0-opt-flags=2 | ||
--vu0-opt-vf00=0 | --vu0-opt-vf00=0 | ||
--vu0-const-prop=0 | --vu0-const-prop=0 | ||
--vu0-di-bits=1 | --vu0-di-bits=1 | ||
#vu1 | #vu1 | ||
--vu1-opt-flags= | --vu1-opt-flags=2 | ||
--vu1-opt-vf00=0 | --vu1-opt-vf00=0 | ||
--vu1-const-prop=0 | --vu1-const-prop=0 | ||
Line 49: | Line 46: | ||
--gs-force-bilinear=1 | --gs-force-bilinear=1 | ||
--gs-kernel-cl="mipmap" | --gs-kernel-cl="mipmap" | ||
--gs-upscale=none | --gs-upscale=none | ||
--gs-uprender=none | --gs-uprender=none | ||
Line 57: | Line 53: | ||
#cdvd | #cdvd | ||
--verbose-cdvd-reads=1 | --verbose-cdvd-reads=1 | ||
--cdvd-sector-read-cycles=1 | |||
#lang | #lang | ||
--ps2-lang=English | --ps2-lang=English | ||
##Potentially unsafe | |||
#clamping | #clamping | ||
--vu1-no-clamping=0 | --vu1-no-clamping=0 | ||
Line 69: | Line 67: | ||
--vif1-instant-xfer=0 | --vif1-instant-xfer=0 | ||
--vu1=jit-sync | --vu1=jit-sync | ||
--vu1-mpg-cycles= | --vu1-mpg-cycles=1 | ||
#Emu-exclusive commands | #Emu-exclusive commands | ||
--vu1-jr-cache-policy=newprog | --vu1-jr-cache-policy=newprog | ||
--vu1-jalr-cache-policy=newprog | --vu1-jalr-cache-policy=newprog | ||
--vu0-jr-cache-policy=newprog | --vu0-jr-cache-policy=newprog | ||
--vu0-jalr-cache-policy=newprog | --vu0-jalr-cache-policy=newprog | ||
--vu0-mpg-cycles= | --vu0-mpg-cycles=1 | ||
--vif1-ignore-cmd-ints=1 | --vif1-ignore-cmd-ints=1 | ||
--vif-ignore-invalid-cmd=1 | --vif-ignore-invalid-cmd=1 | ||
--ee-ignore-segfault=readwrite | --ee-ignore-segfault=readwrite | ||
--gs-ignore-dirty-page-border=1 | --gs-ignore-dirty-page-border=1 | ||
</pre> | </pre> | ||
=Optimal General Config= | |||
<pre> | <pre> | ||
--iop-cycle-scalar= | --iop-cycle-scalar=1 | ||
--vu1-di-bits=0 | --vu1-di-bits=0 | ||
--vu1-mpg-cycles=150 | |||
--assert-path1-ad=1 | --assert-path1-ad=1 | ||
--vu-xgkick-delay=0 | --vu-xgkick-delay=0 | ||
Line 121: | Line 92: | ||
--gs-use-clut-merge=1 | --gs-use-clut-merge=1 | ||
--gs-kernel-cl="mipmap" | --gs-kernel-cl="mipmap" | ||
</pre> | </pre> | ||
Move this info elsewhere: | |||
<br>'''Delay GIF''' | <br>'''Delay GIF''' | ||
<pre> | <pre> | ||
Line 328: | Line 101: | ||
local eeObj = getEEObject() | local eeObj = getEEObject() | ||
local emuObj = getEmuObject() | local emuObj = getEmuObject() | ||
eeObj.SchedulerDelayEvent("gif.dma", 0x60500) | eeObj.AddHook(0x0033A540,0xAC430000, function() eeObj.SchedulerDelayEvent("gif.dma", 0x60500) end) | ||
</pre> | </pre> | ||
Line 359: | Line 131: | ||
end) | end) | ||
</pre> | </pre> | ||