Editing PS2 Emulation
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 2: | Line 2: | ||
= Description = | = Description = | ||
<pre>PlayStation 2 emulation on the Playstaion 4 is handled with little difference to the Playstation 3, | |||
But still many issues that the Playstation 3 faced Have moved into the Playstation 4 along with Many new issues. | |||
The | The fact of the matter is that the PS4 is too weak for emulation, For that reason alone, Sony had to sacrifice accuracy in order to gain Performance, | ||
But the Ps4's emu has more accuracy than PCSX2 in terms of GS and SPU Emulation, As for the other parts, PCSX2 is much better at emulating it, For instance PCSX2 syncs VU0 extremely well, the Ps4 doesn't, And it's because it doesn't have the horsepower to do that, And that has to lead to games like Rayman 3 being unplayable without overclocking the EE at a specific offset.</pre> | |||
The PS2 BIOS is included in the game's pkg | <pre>Each PS2 game PS4 package file (.pkg) includes the emulator itself, there is no included emulator in the PS4 firmware. although The PS4 firmware has some PS2 emulator specific features, like the functions sceLncUtilIsPs2Emu, sceShellCoreUtilGetImposeMenuFlagForPs2Emu, sceSystemServiceAddLocalProcessForPs2Emu, or sceSystemServiceShowImposeMenuForPs2Emu. | ||
Emulators are programmed to be accurate for the games that they were extracted from, and that alone provides a challenge For accurate Emulation. since emulators include per title patches, and different default settings, and since the Playstation 2 hardware is known to be one of the most complex systems to emulate, any small change in configuration can have negative consequences in Games. | |||
Currently the most used emulator is Jakv2 since it is the most compatible, but for game crashes we use RECVX, and for VU accuracy we use roguev1. | |||
Also note that the BIOS itself is included in the game's pkg and it is the exact same BIOS that was used in the ps2_netemu. Another important thing is the lack of encryption mechanism for PS2 game disc image file, this time it is just a plain ISO file, but the emulator still supports LIMG sector that allows the usage of non-2048 sector size discs. Memory card is also decrypted, but the emulator checks the crc of some of the regions to ensure that the memory card was Not modified. the PS2 Emulator supports LUA scripting by "Lua Bridge", and it is an extremely powerful interface that provide many possibilities to improve compatibility. | |||
This is first time that sony really cared about floats in their emulator. Compared to the PS3 CPU, x86-64 is doing a worse job in mimicing PS2 FPU, and VU floats calculation behavior. This is resolved by clamping, accurate math used per memory offset, and/or converting floats to double precision. the emulator uses openCL for GS, and probably other components.</pre> | |||
= Emulator Configuration = | = Emulator Configuration = | ||
== Files == | == Files == | ||
Emulator configuration is handled by 4 files: | |||
* '''config-emu-ps4.txt''' - Stores paths, basic video/audio settings in official packages. But unofficially can be also used for advanced settings for global effect in multi disc .pkg with all commands originally used in cli.conf file. | * '''config-emu-ps4.txt''' - Stores paths, basic video/audio settings in official packages. But unofficially can be also used for advanced settings for global effect in multi disc .pkg with all commands originally used in cli.conf file. | ||
Line 21: | Line 32: | ||
* '''XXXX-YYYYY_config.lua''' - Used for per disc advanced scripts. Patching EE/IOP memory, Conditional hooks. | * '''XXXX-YYYYY_config.lua''' - Used for per disc advanced scripts. Patching EE/IOP memory, Conditional hooks. | ||
* '''disc-swap-cli.conf''' - Stores info of multi disc games. | * '''disc-swap-cli.conf''' - Stores info of multi disc games. | ||
== Diagnosing problems == | |||
<pre>This guide will assist you in tracing the issue's cause,The list is based on what you can possibly solve using CLI</pre> | |||
<br>''also don't forget to Check out'' [https://www.psdevwiki.com/ps3/PS2_Emulation#Known_Emulation_Bugs ps3 Emulator] Bugs, since many of them also exist in the ps4 | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" class="wikitable" | |||
! Issue !! VU1 !! EE !! GS !! VIF !! IOP !! COP2!! VU0 !! VU !! FPU | |||
|- | |||
| {{cellcolors|#80dfff|#000000}}''Performance'' || ✔ || ✔ || ✔ || ? || || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
| {{cellcolors|#ffbf80|#000000}}''Glitches'' || || || || ✔ || || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
| {{cellcolors|#FFFFB7|#000000}}''Broken graphics'' || ✔ || || ✔ || ✔ || || ✔|| ✔ || ✔ || | |||
|- | |||
| {{cellcolors|#FF8C8C|#000000}}''Crashes'' || ✔ || ✔ || || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
|} | |||
'''Performance bottleneck order:''' | |||
<pre> | |||
VU1 ==> EE ==> FPU ==> GS ==> VU0/COP2 | |||
Note: VU1 Speedhacks will be the most effective for performance. | |||
</pre> | |||
'''Debugging through PS4CHEATER:''' | |||
<pre> | |||
You can also use for instance the program PS4CHEATER and add the addresses of | |||
1000000368 | |||
1000000360 | |||
And change the type into > View as Hex. | |||
One of them will show the Current (Program counter) which will lead you to | |||
find out which EE offset the game gets stuck on! | |||
</pre> | |||
== Commands == | == Commands == | ||
The rest of the | '''Known functions:''' Require cleanup. | ||
<br>The rest of the cli and lua commands can all be found inside of an emu's decrypted '''eboot.bin'''. | |||
=== config-emu-ps4.txt commands === | === config-emu-ps4.txt commands === | ||
Line 32: | Line 74: | ||
|- | |- | ||
| --config-local-lua || || || --config-local-lua="" | | --config-local-lua || || || --config-local-lua="" | ||
|- | |- | ||
| --load-tooling-lua || || || --load-tooling-lua=0 | | --load-tooling-lua || || || --load-tooling-lua=0 | ||
Line 47: | Line 87: | ||
| --path-vmc || dir/folder || || --path-vmc="/tmp/vmc" | | --path-vmc || dir/folder || || --path-vmc="/tmp/vmc" | ||
|- | |- | ||
| --emulog-file || 0, 1 || Creates a log file with information that is | | --emulog-file || 0, 1 || Creates a log file with information that is Rarely useful || --emulog-file=1 | ||
|- | |- | ||
| --path-emulog || dir/folder || Sets the directory of the emulog file | | --path-emulog || dir/folder || Sets the directory of the emulog file, Requires --emulog-file=1 command || --path-emulog="/tmp/recordings" | ||
|- | |- | ||
| --path-manual || dir/folder || || | | --path-manual || dir/folder || || | ||
Line 99: | Line 139: | ||
| --framelimit-fps || FPS/float || framelimiter || --framelimit-fps=0.8 | | --framelimit-fps || FPS/float || framelimiter || --framelimit-fps=0.8 | ||
|- | |- | ||
| --framelimit-scalar || scalar/float || || --framelimit-scalar=3.2 | | --framelimit-scalar || scalar/float || scalar must be between 0.1 and 5.0 || --framelimit-scalar=3.2 | ||
|- | |- | ||
| --framelimit-mode || slowest,slower,slow,normal,fast,fastest,turbo || A Standalone framelimiter || --framelimit-mode=fast | | --framelimit-mode || slowest,slower,slow,normal,fast,fastest,turbo || A Standalone framelimiter || --framelimit-mode=fast | ||
|- | |- | ||
| -- | | --mfifo-manual-drain || 0.1/5.0 || A command for changing the functionality of --ee-hook=0x0,Mfifodrain ||--mfifo-manual-drain=0.30 | ||
|- | |- | ||
| -- | | --mfifo-chunk-drain-cycles || 1/400000 || A command for changing the functionality of --ee-hook=0x0,Mfifodrain ||--mfifo-chunk-drain-cycles=210000 | ||
|- | |- | ||
| -- | | --ps2-lang || system || sets language, Might seem like a useless command, but a Tiny number of games refuse to boot without a selected language. || --ps2-lang=system | ||
|- | |||
| --ps2-title-id || XXXX-YYYYY Example: (SLUS-21515) || Sets title-id for patches, Requires the game's region code as value || --ps2-title-id=SLES-50366 | |||
|- | |- | ||
| --gs-uprender || none, 2x2 || Internal resolution upscaler. || --gs-uprender=2x2 | | --gs-uprender || none, 2x2 || Internal resolution upscaler. || --gs-uprender=2x2 | ||
|- | |- | ||
| --gs-upscale || none, gpu, edgesmooth, motionvec, point, motionvector, smooth, motion || upscaling type || --gs-upscale=EdgeSmooth | | --gs-upscale || none, gpu, edgesmooth, motionvec, point, motionvector, smooth, motion || upscaling type || --gs-upscale=EdgeSmooth | ||
|- | |||
| --pcr0-delta-hack || 0, 1 ||DPCR - DMA priority control option ? || --pcr0-delta-hack=1 | |||
|-style="background-color:#ffe680" | |||
| || CDVD || || | |||
|- | |||
| --max-disc-num || 1-5 || numbers of discs in package (maximum=5) || --max-disc-num=1 | |||
|- | |||
| --boot-disc-id || 1-5 || sets boot disc for multi-disc pkg || --boot-disc-id=0 | |||
|- | |||
| --switch-disc-reset || 0, 1 || 0 Can be used to prevent Resetting The game when switching multiple discs, Useful for games Like SW2 that have Import data Feature || --switch-disc-reset=1 | |||
|- | |||
| --cdvd-sector-read-cycles || 1, 40000|| Set DVD reading speed, higher values are slower, lower values are faster, Kinetica uses 40000, Psychonauts 4000, Red dead revolver 5000, Rise of kasai 31000, some games require moderate speed, too slow or too fast could cause audio problems.|| --cdvd-sector-read-cycles=40000 | |||
|- | |||
| --cdvd-sector-seek-cycles || 1, 40000 || Fixes boot-up sometimes, More info here [https://github.com/PCSX2/pcsx2/pull/3877] || --cdvd-sector-seek-cycles=1 | |||
|- | |||
| --verbose-cdvd-reads || 0, 1 || Might improve disc reading if set to 1|| --verbose-cdvd-reads=0 | |||
|-style="background-color:#ff8080" | |-style="background-color:#ff8080" | ||
| || Audio || || | | || Audio || || | ||
Line 142: | Line 200: | ||
| --host-pad-loses-focus || || || --host-pad-loses-focus=1 | | --host-pad-loses-focus || || || --host-pad-loses-focus=1 | ||
|- | |- | ||
| --host-gamepads || 0, | | --host-gamepads || ? || Correct values might be 0-3, But no one knows the values for sure, This command might have a function if multitap is set byhost || --host-gamepads=1 | ||
|- | |- | ||
| --pad-record || 0, 1 || Enables | | --pad-record || 0, 1 || Enables Logging pad info in emulog || | ||
|- | |- | ||
| --pad-analog-to-digital || 0, 1 || Eternel ring | | --pad-analog-to-digital || 0, 1 || Eternel ring Emu uses the value 0 || --pad-analog-to-digital=0 | ||
|- | |- | ||
| --mtap1 || Disabled, Always, ByHost || Multitap switch | | --mtap1 || Disabled, Always, ByHost || Multitap switch, The values are correct but the multitap only works in certain games. || --mtap1=always | ||
|- | |- | ||
| --mtap2 || Disabled, Always, ByHost || Multitap switch | | --mtap2 || Disabled, Always, ByHost || Multitap switch, some games require multitap to be selected only on second port (1, 2-a, 2-b, 2-c layout). To achieve that we need to disable first mtap. || --mtap2=always | ||
|} | |} | ||
=== XXXX-YYYYY_cli.conf commands === | === XXXX-YYYYY_cli.conf commands === | ||
<pre> | <pre>Please note that commands listed here also work in config-emu-ps4.txt. But the official way to use them is by CLI file. The CLI file way is also needed for multi-disc packages, Some of the Commands are still not discovered, And some known commands are missing some of their values Due to them being not Discovered. The scene has named "CLI" with 3 names, including TXT, CLI, CONF. all 3 are the exact same thing.</pre> | ||
The | |||
====(EE)==== | |||
==== | <pre>Commands for the emulated Emotion Engine. these commands may assist you in gaining performance or better sync.</pre> | ||
<pre>Commands for the emulated Emotion Engine. | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
|-style="background-color:#7698FF" | |-style="background-color:#7698FF" | ||
| || Speedhacks | | || Speedhacks || || | ||
|- | |- | ||
| --ee-cycle-scalar || | | --ee-cycle-scalar || To skip cycles between 1.1 And 5.0, To overclock between 0.99 and 0.1 || '''A speedhack''', if set less than 1.0 the emotion engine is overclocked, If set Higher than 1.0 the Emotion engine Begins skipping cycles, You can even have both overclock and cycle skipping values in the same CLI, Though you might face Problems in FMVs if you skip too many cycles. || --ee-cycle-scalar=1.0 | ||
|- | |- | ||
| --ee-context-switch-cycles || | | --ee-context-switch-cycles || Range between (0.1 & integer value limit) || '''A speedhack''', rather than skipping the cycles for The entirety of the emulated EE, it seems to only skip VU1 cycles(?), The higher the value, the higher the performance. This command doesn't work on jak emulators along with a few others. || --ee-context-switch-cycles=2700? | ||
|- | |- | ||
| | | --ee-hook || AdvanceClock, FastForwardClock, Mfifodrain || <pre>Hook a function to a EE offset. it can be used either as a speedhack | ||
or a gamefix, Advance clock will overclock the EE and it is the only one that needs a value to be set. | |||
FastForwardClock will skip cycles, Mfifodrain is unknown.</pre> || --ee-hook=0x0028A7B0,AdvanceClock,,500 <pre>Example for usage: --ee-hook=0xEEOFFSET,FUNCTION,OPTIONALOPCODE,VALUEFOROVERCLOCKING</pre> | |||
|- | |- | ||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| || Game fixes || || | | || Game fixes || || | ||
|- | |- | ||
| --ee-jit-pagefault-threshold || | | --ee-jit-pagefault-threshold || 20-200 || Seems to reduce blue screen occurrence the higher the value || --ee-jit-pagefault-threshold=40 | ||
|- | |- | ||
| --ee- | | --ee-sif0-cycle-scalar || Range between (0.1 & integer value limit) || '''Not a Speedhack''', Sif0 cycle skipping, loading times will increase and the graphics will stutter, Not recommended. [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/Sif0.cpp#L33 More info here] || --ee-sif0-cycle-scalar=6000 | ||
|- | |||
| --ee-sif1-cycle-scalar || Range between (0.1 & integer value limit) || '''Not a Speedhack''', Sif1 cycle skipping, you will only encounter stuttering graphics, may be helpful as a debug option for some games that require better sif1 Sync, not recommended. [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/Sif1.cpp#L34 more info here] || --ee-sif1-cycle-scalar=6000 | |||
|- | |- | ||
| --ee-block-validation || PageProt, PageProtection, Hash, Full, none || way of validating that block been modified, and require recompilation. [[https://github.com/PCSX2/pcsx2/blob/4db6b287cda817345f7ed4268a8a68f9fda76f26/pcsx2/Memory.cpp#L869| Some info about PageProt way]] || --ee-block-validation=None | | --ee-block-validation || PageProt, PageProtection, Hash, Full, none || way of validating that block been modified, and require recompilation. [[https://github.com/PCSX2/pcsx2/blob/4db6b287cda817345f7ed4268a8a68f9fda76f26/pcsx2/Memory.cpp#L869| Some info about PageProt way]] || --ee-block-validation=None | ||
Line 184: | Line 244: | ||
| --ee-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --ee-block-validation=Hash || | | --ee-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --ee-block-validation=Hash || | ||
|- | |- | ||
| --ee-const-folding || None,Gpr,Fpu,All || EE constant folding. | | --ee-const-folding || None,Gpr,Fpu,All || EE constant folding, [https://en.wikipedia.org/wiki/Constant_folding More info] || --ee-const-folding=none | ||
|- | |- | ||
| --ee-ignore-segfault || none, | | --ee-ignore-segfault || [none,R,W,RW] || Ignore segmentation fault, may help with crashes but will probably cause graphical issues || --ee-ignore-segfault=read | ||
|- | |- | ||
| --ee-native-function || | | --ee-native-function || memcpy, memset, 0x0000 || || --ee-native-function=memcpy,0x11e328 | ||
|-style="background-color:# | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| --ee-jit-disasm || 0 or 1 for mips and 2 for x86 || Emotion engine Just in Time disassembler mode ( | | --ee-jit-disasm || 0 or 1 for mips and 2 for x86 || Emotion engine Just in Time disassembler mode (seems to be debug log option) || --ee-jit-disasm=1 | ||
|- | |- | ||
| --ee-ignore-break || 0, 1 || | | --ee-ignore-break || 0, 1 || Ignore Break instructions. || | ||
|- | |- | ||
| --ee-break-as-nop || 0, 1 || Turns a | | --ee-break-as-nop || 0, 1 || Turns a break instruction into a nop Instruction (this seems to be rarely useful as Break usually mean eof) || --ee-break-as-nop=1 | ||
|- | |- | ||
| --ee-jit-opt-debug || 0, 1 || || | | --ee-jit-opt-debug || 0, 1 || || | ||
|- | |- | ||
| --ee-pc-coherency || 0, 1 || | | --ee-pc-coherency || 0,1?? || Seems to be a debug option for the Program counter. || | ||
|- | |- | ||
| --ee-inst-marking || 0,1? || || | | --ee-inst-marking || 0,1? || || | ||
|- | |- | ||
| --ee-insn-marking || 0,1? || || | | --ee-insn-marking || 0,1? || || | ||
|- | |- | ||
| --ee-kernel-hle || 0, 1 || High-level emulation kernel | | --ee-kernel-hle || 0, 1 || High-level emulation kernel || | ||
|- | |- | ||
| --ee-injection-kernel || 0, 1 || | | --ee-injection-kernel || 0, 1 || || | ||
|- | |- | ||
| --ee-injection-title || 0, 1 || | | --ee-injection-title || 0, 1 || || | ||
|- | |- | ||
| --ee-validate-kernel || 0, 1 || || | | --ee-validate-kernel || 0, 1 || || | ||
|- | |- | ||
| --ee-regalloc- | | --ee-regalloc-scalar || 0,none,ReadOnly,WriteOnly,RW || register allocation setting || | ||
|- | |- | ||
| --ee-regalloc- | | --ee-regalloc-simd || || register allocation setting || | ||
|- | |- | ||
| --ee-regalloc-preserve-simd || ReadOnly, RO, WriteOnly | | --ee-regalloc-preserve-scalar || LoadOnly, StoreOnly, SO, LoadStore, LS || EE JIT Scalar/Int Regalloc Mode || --ee-regalloc-preserve-scalar=LoadStore | ||
|- | |||
| --ee-regalloc-preserve-simd || ReadOnly, RO, WO, WriteOnly ,RW || EE JIT SIMD/XMM Regalloc Mode || --ee-regalloc-preserve-simd=RW | |||
|- | |- | ||
| --ee-static-block-links || options Type,Type,... [Branch,Branches,JAL,COP2,All] || || --ee-static-block-links=JAL,COP2 | | --ee-static-block-links || options Type,Type,... [Branch,Branches,JAL,COP2,All] || || --ee-static-block-links=JAL,COP2 | ||
|- | |- | ||
| --vtune-ee || || | | --vtune-ee || || Could be support for intel vtune, [https://github.com/PCSX2/pcsx2/blob/master/cmake/FindVtune.cmake Might be related to this] || | ||
|- | |- | ||
| --ee-live32 || 0,1? || || | | --ee-live32 || 0,1? || || | ||
|- | |- | ||
| --ee-cache-breaks-block || 0,1 || | | --ee-cache-breaks-block || 0,1? || || | ||
|- | |- | ||
| --ee-evt-check-full || 0, 1 || | | --ee-evt-check-full || 0, 1 || || | ||
|- | |- | ||
| --ee-peephole || 0, 1? || || | | --ee-peephole || 0, 1? || Use peephole optimization for the EE (?) could possibly be a speedhack || | ||
|- | |- | ||
| --ee-load-rewrites || 0,1? || || | | --ee-load-rewrites || 0,1? || || | ||
Line 240: | Line 300: | ||
| --ee-precompile-trace || || || | | --ee-precompile-trace || || || | ||
|- | |- | ||
| --ee-penalize-short-blocks || 0, 1 || | | --ee-penalize-short-blocks || 0, 1 || || | ||
|- | |- | ||
| --ee-mem-check-eob || || EE memory check end of block || | | --ee-mem-check-eob || || EE memory check end of block || | ||
|- | |- | ||
| --ee-insn-flush-pc || 0, 1 || A debug option that updates the EE's program counter more often when enabled || | |||
|- | |||
| --ee-insn-callmark || || || | | --ee-insn-callmark || || || | ||
|- | |- | ||
| --ee-inline-limit-full || insn_count/integer || | | --ee-inline-limit-full || insn_count/integer || || | ||
|- | |- | ||
| --ee-inline-limit-partial || || || | | --ee-inline-limit-partial || || || | ||
Line 252: | Line 314: | ||
| --ee-stlf-cycle-threshold || ? ||?|| | | --ee-stlf-cycle-threshold || ? ||?|| | ||
|- | |- | ||
| --detect-idle-ee || 0, 1 || | | --detect-idle-ee || 0, 1 || Enabled by default, Uknown what it does || --detect-idle-ee=1 | ||
|- | |- | ||
|} | |} | ||
==== | ====(FPU)==== | ||
<pre>The FPU is a fast single-precision unit that | <pre>The FPU is a fast single-precision unit that serves the EE. It's also called (COP1).</pre> | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
Line 263: | Line 325: | ||
| || Game fixes || || | | || Game fixes || || | ||
|- | |- | ||
| --fpu-no-clamping || | | --fpu-no-clamping || 0, 1 || Setting it to 1 enables clamping for the FPU, Can be used to fix any game with FPU clamping issues, [https://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/page-53#post-265591 More here] || --fpu-no-clamping=0 | ||
|- | |||
| --fpu-custom-fused-madd || 0, 1 || Custom FMA (fused multiply-add) || --fpu-custom-fused-madd=0 | |||
|- | |- | ||
| --fpu- | | --fpu-accurate-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate Mul/Div/Add/Sub Math instructions for the FPU, used for full ee/fpu accuracy in specified range|| --fpu-accurate-range=0x1acce0,0x2acce0 | ||
|- | |- | ||
| --fpu- | | --fpu-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || Full clamping for fpu in selected memory range || --fpu-no-clamp-range=0x1acce0,0x2acce0 | ||
|- | |- | ||
| --fpu- | | --fpu-accurate-muldiv || offset (0x1FFFFFF) || Fix for games that divide/multiply by 0 in specified address || --fpu-accurate-muldiv=0x123456 | ||
|- | |- | ||
| -- | | --fpjk-muldiv-range || offset (0x0 - 0x1FFFFFF) || Bully uses this command, unknown usage, possibly even more accurate divide/multiply || --fpjk-muldiv-range=0x123456 | ||
|- | |- | ||
| --fpu-accurate- | | --fpu-accurate-muldiv-range || start,end offset (0x0 - 0x1FFFFFF) || Fix for games that divide/multiply by 0 in specified range || --fpu-accurate-muldiv-range=0x1acce0,0x2acce0 | ||
|- | |- | ||
| --fpu-accurate- | | --fpu-accurate-addsub || offset (0x1FFFFFF) || Accurate fpu Add/Subtract instructions in specified Address || --fpu-accurate-addsub=0x234567 | ||
|- | |- | ||
| --fpu-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || | | --fpu-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate fpu Add/Subtract instructions in specified address range || --fpu-accurate-addsub-range=0x1acce0,0x2acce0 | ||
|- | |- | ||
|-style="background-color:#7698FF" | |-style="background-color:#7698FF" | ||
| || Speedhacks || || | | || Speedhacks || || | ||
|- | |- | ||
| --fpu-rsqrt-fast-estimate || 0, 1 || | | --fpu-custom-min-max || 0, 1 || Custom Max/Mini logic for denormals, Disabling it might break some games || --fpu-custom-min-max=0 | ||
|- | |||
| --fpu-rsqrt-fast-estimate || 0, 1 || less accurate rsqrt (possible speedhack, but can degrade accuracy) || --fpu-rsqrt-fast-estimate=1 | |||
|- | |- | ||
| --fpu-accurate-mul-fast || 0, 1 || | | --fpu-accurate-mul-fast || 0, 1 || A speed up option for --fpu-accurate-muldiv-range And only has an effect when muldiv command is being used, the command basically removes the accurate divide part from muldiv for the purpose of performance || --fpu-accurate-mul-fast=1 | ||
|-style="background-color:# | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| --fpu-to-double || 0, 1 || Converts floats to double, enabling it will increase the fpu's accuracy || | |||
| --fpu-to-double || 0, 1 || Converts floats to | |||
|- | |- | ||
| --fpu-clamp-operands || 0, 1 || | | --fpu-clamp-operands || 0, 1 || A clamping setting that increases clamping functionality when FPU clamping is enabled. || --fpu-clamp-operands=1 | ||
|- | |- | ||
| --fpu-clamp-results || 0, 1 || | | --fpu-clamp-results || 0, 1 || A clamping setting that increases clamping functionality when FPU clamping is enabled. || --fpu-clamp-results=1 | ||
|- | |- | ||
|} | |} | ||
===== | ====Vector Interface (VIF)==== | ||
<pre>Decompresses vector data, uploads microprograms to the VUs, and sends graphical data to the GIF.</pre> | |||
<pre> | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | |||
|-style="background-color:#D7EF54" | |||
| || || Game fixes || | |||
|- | |||
| --vif-ignore-invalid-cmd || 0, 1 || Ignore invalid vif commands || --vif-ignore-invalid-cmd=1 | |||
|- | |||
| --vif1-ignore-cmd-ints || 0, 1 || possible fix for games that Crash at startup when set to 1 || --vif1-ignore-cmd-ints=1 | |||
|- | |||
| --vif1-instant-xfer || 0, 1 || "Instant VIF transfer" Default 1. correct behavior is 0, but we don't know how accurate VIF timing is in that emu, can be used to fix graphical glitches when set to 0, Or to prevent the game from freezing || --vif1-instant-xfer=0 | |||
|- | |||
| --vif-thread-chunk-size || 1, 1000 || Can be used to fix Games stuck at splash screen or later in the game. 1024 seems to be the limit || --vif-thread-chunk-size=100 | |||
|- | |||
| --detect-idle-vif || 0, 1 || Most likely turns off VIF when it's not needed if this command was set to 0 || --detect-idle-vif=0 | |||
|- | |||
|} | |||
====(GS)==== | |||
<pre>GS stands for Graphics Synthesizer PlayStation®2 co-processor responsible for rendering the graphics (but is also used by some games for additional calculations and other purposes)</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
Line 307: | Line 388: | ||
| || Speedhacks || || | | || Speedhacks || || | ||
|- | |- | ||
| -- | | --gs-optimize-30fps || 0, 1 || Speedhack for gpu hungry games || --gs-optimize-30fps=1 | ||
|- | |- | ||
| -- | | --gs-adaptive-frameskip || 0, 1 || Speedhack, skips frames when the Game starts demanding more resources than there are available. doesn't work on all emulators. confirmed to be working on jak emulators || | ||
|- | |- | ||
| -- | | --threaded-gs || 0, 1 || Threading the GS is done by waiting for data to be received then have multiple rendering threads in parallel when all transfers are achieved. it's basically a speedhack that hardly ever causes problems. PCSX2 Calls it MTGS and it's very similar to MTVU Except it's a much more safer option with less performance gain. || --threaded-gs=1 | ||
|- | |- | ||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| || | | || Graphical fixes / Improvement || || | ||
|- | |||
| --force-frame-blend || 0, 1 || Fix for shaking screens (Deinterlacing), seems to be one of Pcsx2's Blend tff or Blend bff deinterlacing options || --force-frame-blend=1 | |||
|- | |||
| --force-pal-60hz || 0, 1 || Force 60hz PAL mode || --force-pal-60hz=1 | |||
|- | |- | ||
| -- | | --gs-use-deferred-l2h || 0, 1 || Some delay option for L2H (local to host, GS to EE)|| --gs-use-deferred-l2h=1 | ||
|- | |- | ||
| -- | | --gs-use-mipmap || 0, 1 || Turn mipmapping on or off, the original ps2 hardware enables mipmapping by default, but in the case of emulation it will generally cause performance issues. Required for CL kernels using mipmaping || --gs-use-mipmap=1 | ||
|- | |- | ||
| -- | | --gs-use-clut-merge || 0, 1 || CLUT = Color lookup table, it could possibly solve graphical issues or improve the quality of the colors. it is Required for CL kernels using merging CLUT || --gs-use-clut-merge=1 | ||
|- | |- | ||
| -- | | --l2h-2d-params || TRXREG,BITBLTBUF,height || || --l2h-2d-params=0x0000000800000001,0x000000003a0a2300,512,2 | ||
|- | |- | ||
| -- | | --gs-h2l-accurate-hash || 0, 1 || Used with h2l Upscaler ||--gs-h2l-accurate-hash=1 | ||
|- | |- | ||
|- | | --gs-h2l-list-opt || 0, 1 || Used with h2l Upscaler ||--gs-h2l-list-opt=1 | ||
| | |||
|- | |- | ||
| -- | | --gs-progressive || 0, 1 || Force progressive scan, it's used to fix Graphical glitches/double screen issues when used || | ||
|- | |- | ||
| -- | | --gs-vert-precision || 8, 16 || 3D Rendering vertex precision, the eboot expects the value of 8 or 16 , any other value will cause a blue screen crash. || --gs-vert-precision=8 | ||
|- | |||
| --gs-force-bilinear || 0, 1 || force bilinear filtering. Can fix ghosting problems. but it's not recommended in games that use 2D images || --gs-force-bilinear=1 | |||
|- | |||
| --gs-ignore-dirty-page-border || 0, 1 || This seems to be one of pcsx2's Blending accuracy options. ||--gs-ignore-dirty-page-border=1 | |||
|- | |- | ||
| -- | | --gs-check-trans-rejection || 0, 1 || Check transfer rejection ? || --gs-check-trans-rejection=1 | ||
|- | |- | ||
| -- | | --gs-check-trans-rejection68 || 0, 1 || || --gs-check-trans-rejection68=1 | ||
|- | |||
| --gs-skip-dirty-flush-on-mipmap || 0, 1 || Skip flushing the texture cache when mipmap settings change (?) Require mipmap GS CL kernel || --gs-skip-dirty-flush-on-mipmap=1 | |||
|- | |- | ||
| -- | | --gs-packed15-fmv-opt || 0, 1 || || --gs-packed15-fmv-opt=1 | ||
|- | |- | ||
| -- | | --gs-dirty-page-policy || 0, 1 || || --gs-dirty-page-policy=1 | ||
|- | |- | ||
| -- | | --gs-fieldswap-delay || 0, 254 || Wait longer than usual to change field, reduces Sharpness || | ||
| | |- | ||
| | | --gs-uv-shift-pointsampling || 0, 1 || Can be used with games like manhunt that have issues with [https://github.com/PCSX2/pcsx2/issues/257#issuecomment-1140338680 UV light] || --gs-uv-shift-pointsampling=1 | ||
|- | |- | ||
| -- | | --gs-opt-frbuff-switch || 0, 1 || Used to fix Fmvs || --gs-opt-frbuff-switch=1 | ||
|- | |- | ||
| -- | | --gs-ignore-rect-correction || 0, 1 || || --gs-ignore-rect-correction=1 | ||
|- | |- | ||
|- | | --gs-uprender || none,2x2 || Internal resolution upscaler. || --gs-uprender=2x2 | ||
| | |- | ||
| --gs-upscale || none, gpu, edgesmooth, smooth, motion, motionvec, motionvector, point || Upscaling type Selector || --gs-upscale=EdgeSmooth | |||
|- | |||
| --gs-aspect-ratio || aspect/float (default=0.81) || || --gs-aspect-ratio=0.65 | |||
|- | |- | ||
| -- | | --gs-frontend-opt-mode || 0, 1, 2 || Seems to be an optimization for the gs with 1 being safe and 2 being unstable but with good performance || --gs-frontend-opt-mode=1 | ||
|- | |||
| --gs-kernel-cl || h2lpool, clutmerge, mipmap, DarkCloud2, fantavision, || Kernel Variant || --gs-kernel-cl="clutmerge" | |||
|- | |- | ||
| -- | | --gs-kernel-cl-up || h2lpool2x2, OptRightTri, clutmerge2x2, mipmap2x2, up2x2simple, up2x2skipinterp, up2x2tc, up2x2, default || Kernel Variant Upscaler, up2x2simple Is the best if you are encountering Upscaling glitches || --gs-kernel-cl-up="clutmerge2x2" | ||
|- | |- | ||
| -- | | --gs-motion-factor || 25, 50 || || --gs-motion-factor=25 | ||
|- | |||
| --gs-override-small-tri-area || 0, 1 || Enabling it might fix missing text. || --gs-override-small-tri-area=1 | |||
|- | |- | ||
| -- | | --gs-render-tile-threshold || 0, 3000000 || || --gs-render-tile-threshold=300000 | ||
|- | |- | ||
| -- | | --gs-scanout-delay || 0, 200 || || --gs-scanout-delay=200 | ||
|- | |- | ||
|- | | --gs-scanout-offsetx || relative offset/ignored || Directly overwrite GS register? || --gs-scanout-offsetx=27 | ||
| | |- | ||
| --gs-scanout-offsety || relative offset/ignored || Directly overwrite GS register? || --gs-scanout-offsety=27 | |||
|- | |||
| --gs-flush-ad-xyz || always, safe, off, 0 || Force a primitive flush when a framebuffer is also an input texture, fixes some processing effects but it's very heavy on the GS and will cost you performance, GTA: SA and Jak games need this command. || --gs-flush-ad-xyz=safe | |||
|- | |- | ||
| -- | | --safe-area-min || area/float (range 0.9 to 1.0) any other values outside of that range will not be accepted by the emulator || || --safe-area-min=0.9 | ||
| | |||
| -- | |||
|-style="background-color:#FEA15C" | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| -- | | --framelimit-mode || slowest,slower,slow,normal,fast,fastest,turbo || a Standalone Framelimiter|| --framelimit-mode=fast | ||
|- | |||
| --no-gs || 0, 1 || Debug option that turns gs off || | |||
|- | |- | ||
| -- | | --gs-hdr-support || 0, 1? || Enable hdr support ?|| | ||
|- | |- | ||
| -- | | --idec-cycles-per-qwc || int/multiplier || || --idec-cycles-per-qwc=768 | ||
|- | |||
|} | |||
====Vector Units (VU)==== | |||
<pre>Custom DSPs used to process vertex data, physics calculations, and other related tasks. Settings found here affect VU1 & VU0 & COP2</pre> | |||
| -- | |||
|- | |||
|} | |||
==== | |||
<pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
|-style="background-color:# | |-style="background-color:#D7EF54" | ||
| || | | || Game fixes || || | ||
|- | |- | ||
| -- | | --vu-xgkick-delay || 0, 8 || Delay xgkick instruction execute, pcsx2 use 6 cycles, emu in ps3 use 2-8 cycles depend on game, Can be used to either cause or fix Graphical glitches || --vu-xgkick-delay=8 | ||
|- | |- | ||
| -- | | --vu-hack-triace || 0, 1 || Special hack for games that were Developed by Tri Ace, correct VU addi calculation. Without it result is one bit off, which is enough to break game decryption algo, and thus crashing the game. || --vu-hack-triace=1 | ||
|- | |- | ||
| -- | | --vu-branch-hazard || 0, 1 || Disabling it managed to prevent Batman - Rise of Sin Tzu from Crashing|| --vu-branch-hazard=0 | ||
|- | |- | ||
| -- | | --vu-evil-branches || 0, 1 || Take in count branch in delay slot, or not. [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L306 More Info]|| | ||
|- | |- | ||
| -- | | --vu-custom-fused-madd || 0, 1 || Custom FMA (fused multiply-add) || --vu-custom-fused-madd=1 | ||
|- | |- | ||
| -- | | --vu-custom-min-max || 0, 1 || Custom Max/Mini logic for denormals, Disabled on pcsx2 by default. But enabled by default on the ps4, Disabling it might break some games || --vu-custom-min-max=1 | ||
| | |||
| -- | |||
|- | |- | ||
| -- | |-style="background-color:#7698FF" | ||
| || Speedhacks || || | |||
|- | |- | ||
| --vu-opt-sf-check || 0, 1 || Updates status flags only on blocks which will read them, known in pcsx2 as mVU flag hack (Speedhack), Won't work with most emulators, confirmed to be supported by Arc Twilight of the Spirits™ || --vu-opt-sf-check=1 | |||
|- | |||
| --vu-opt-jr-caching || 0, 1 || Optimize Jump Register caching. (vi15). Won't work with most emulators, confirmed to be supported by Arc Twilight of the Spirits™ || --vu-opt-jr-caching=1 | |||
|-style="background-color:#FEA15C" | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| -- | | --vu-to-double || 0, 1 || Converts floats to double, Enabling it will increase the VU's Accuracy || | ||
|- | |||
| --vu-d-bit || 0, 1 || Debug break. Halts the VU and sends an interrupt to the EE. || --vu-d-bit=0 | |||
|- | |- | ||
| -- | | --vu-t-bit || 0, 1 || Debug halt. Acts similarly to D-bit || --vu-t-bit=0 | ||
|- | |- | ||
| -- | | --vu-inst-mflag || 0, 1 || Enable instant mac flag || --vu-inst-mflag=1 | ||
|- | |||
| --vu-inst-cflag || 0, 1 || Enable instant clip flag || --vu-inst-cflag=1 | |||
|- | |||
| --vu-aot-disasm || 0, 1 ? || Seems to be only working in jakxv2, unknown usage || --vu-aot-disasm=1 | |||
|- | |- | ||
| -- | | --vtune-vu || ? || ? || | ||
|- | |- | ||
| -- | | --vu-jit-disasm || 0, 1, 2 || VU Just-in-time Dissassembler? Seems to be a debug option || 0,1=mips,2=x86 | ||
|- | |- | ||
| -- | | --vu-range-merge || vu_inst_cnt || ? || | ||
|- | |- | ||
|} | |} | ||
==== | ====(VU1)==== | ||
<pre> | <pre>VU1 is the GS’s alternate processing unit, Commands here can possibly improve performance and/or Prevent crashes.</pre> | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
Line 468: | Line 534: | ||
| || Speedhacks || || | | || Speedhacks || || | ||
|- | |- | ||
| -- | | --vu1-mpg-cycles || 1-3000 || Set cycle skipping for VU1 Micro-programs, 100 is default value, Increase the value for better VU1 performance, With no downsides to FMVs || --vu1-mpg-cycles=1000 | ||
|- | |- | ||
| -- | | --vu1-di-bits || 0, 1 || 0 to skip setting Invalid, and Div by zero flags in status register. Can be used as speedhack as it skips costly calculations, but at the same time can cause issues like broken geometry.|| vu1-di-bits=0 | ||
|- | |- | ||
| -- | | --vu1-const-prop || 0, 1 || The constant propagation speedhack is enabled by default. 1 will enable the speedhack and thus improve performance, and 0 will disable it and cause performance issues.[https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --vu1-const-prop=1 | ||
|- | |||
| --vu1-opt-flags || 0, 1, 2 || Optimize flags instances when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu1-opt-flags=0 | |||
|- | |- | ||
| -- | | --vu1-opt-vf00 || 0, 1, 2 || Optimization for the vf00 register. Setting it to 1 is safe but setting it to 2 is highly unstable. || --vu1-opt-vf00=2 | ||
|- | |- | ||
| -- | | --vu1-jr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 uses newprog as default setting.[https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jr-cache-policy=sameprog | ||
|- | |||
| --vu1-jalr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 uses newprog as default setting.[https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jalr-cache-policy=sameprog | |||
|- | |- | ||
| -- | | --vu1-injection || 0, 1 || unsure what it [https://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/page-50#post-243482 does], But it might be possibly a command to Keep commands like vu1mpgcycles on during the entire game rather than when vu1 is experiencing slowdowns. || --vu1-injection=1 | ||
|- | |- | ||
| -- | | --vu1-opt-subroutine || 0, 1 || Optimization for the VU1 when enabled|| | ||
|- | |||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| || Game fixes || || | | || Game fixes || || | ||
|- | |- | ||
| -- | | --vu1 || jit-sync, jit, trans, jit-async || Selector between IR/JIT and it modes, jit-sync works the same as disabling MTVU. || --vu1=jit-sync | ||
|- | |||
| --vu1-no-clamping || 0, 1 || Despite how sony named this command, 1 enables full clamping, 0 Disables it, Can be used to fix graphical glitches. || --vu1-no-clamping=0 | |||
|- | |- | ||
| -- | | --vu1-clamp-range || vu1 memory offset start,end (0x0 - 0x3FF) || Values must be 2 bytes or lower and should not exceed 0x0800 || | ||
|- | |||
| --vu1-accurate-addsub-range || vu1 memory offset start,end (0x0 - 0x3FF) || Accurate VU1 Add/Subtract Instructions in specified Address Range, Values must be 2 bytes or lower and should not exceed 0x0800 || --vu1-accurate-addsub-range=0x0000,0x0600 | |||
|- | |- | ||
| -- | | --vu1-mul0fix-range || vu1 memory offset start,end (0x0 - 0x3FF) || Enables VU1 to accurately multiply by 0 in specified range || --vu1-mul0fix-range=0x123,0x123 | ||
|- | |||
| --vu1-inst-q || 0, 1 || instant Q, no stalling on WAITQ, or instances of Q, Can fix or cause Graphical glitches. || --vu0-inst-q=1 | |||
|- | |||
| --vu1-inst-p ||0, 1 || instant P, no stalling on WAITP, or instances of P || --vu0-inst-p=1 | |||
|- | |||
| --vu1-use-rcp || 0, 1 || use sse rcp || | |||
|- | |- | ||
| -- | | --vu1-use-rsqrt || 0, 1 || use sse rsqrt || | ||
|- | |||
| --vu1-native-patch || 0, 1 || Use native patches from recompiler, not compatible with jak emus, Could be VU1 round mode || --vu1-native-patch=1 | |||
|- | |- | ||
|-style="background-color:#FEA15C" | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| -- | | --vu1-opt-aot || 0, 1? || Seems to be only working in jakxv2, unknown usage || --vu1-opt-aot=1 | ||
|- | |- | ||
| -- | | --vu1-aot-outmode || out/overwrite, append || || | ||
|- | |- | ||
| -- | | --vu1-aot-start-crc || Offset start || || | ||
|- | |- | ||
| -- | | --vu1-aot-end-crc || Offset End?? || || | ||
|- | |- | ||
| -- | | --vu1-aot-start-addr || Offset start || || | ||
|- | |- | ||
| -- | | --vu1-aot-end-addr || Offset End || || | ||
|- | |||
| --vu1-clamp-operands || 0, 1 || A clamping setting that increases clamping functionality when VU1 clamping is enabled. || --vu1-clamp-operands=1 | |||
|- | |- | ||
| -- | | --vu1-clamp-results || 0, 1 || A clamping setting that increases clamping functionality when VU1 clamping is enabled.|| --vu1-clamp-results=1 | ||
|- | |||
| --assert-path1-ad || 0, 1 || Path 1 is how the GIF takes data from VU1 via XGKICK instruction. It's unknown what this command does but it's related to VU1 || --assert-path1-ad=1 | |||
|- | |- | ||
|} | |} | ||
==== | ====(VU0)==== | ||
<pre>VU0 is the EE’s alternate processing unit , it is also called "micro-mode"</pre> | |||
<pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
Line 559: | Line 605: | ||
| || Speedhacks || || | | || Speedhacks || || | ||
|- | |- | ||
| -- | | --vu0-injection || 0, 1 || no one knows what this is used [https://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/page-50#post-243482 for] || --vu0-injection=1 | ||
|- | |- | ||
| -- | | --vu0-mpg-cycles || 100-3000 || set initial cycles for vu0 microprograms, 100 is the Default value, 3000 Should more than enough for performance || --vu0-mpg-cycles=1000 | ||
|- | |- | ||
|- | | --vu0-di-bits || 0, 1 || 0 to skip setting Invalid, and Div by zero flags in status register. Can be used as speedhack as it skips costly calculations, but at the same time can cause issues like broken geometry, and weird physics behavior. Depending per game.|| --vu0-di-bits=0 | ||
| | |||
|- | |- | ||
| -- | | --vu0-const-prop || 0, 1 || Constant propagation, can Be used as speedhack for VU0 hungry games when set to 1 [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --vu0-const-prop=0 | ||
|- | |- | ||
| -- | | --vu0-opt-vf00 || 0, 1, 2 || Optimization for the vf00 register. Setting it to 1 is safe but setting it to 2 is highly unstable. || --vu0-opt-vf00=1 | ||
|- | |- | ||
| -- | | --vu0-opt-subroutine || 0, 1? || || | ||
|- | |- | ||
| -- | | --vu0-opt-flags || 0, 1, 2 || Optimize flags when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu0-opt-flags=1 | ||
|- | |||
| --vu0-jr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jr-cache-policy=sameprog | |||
|- | |- | ||
| --vu0-jalr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jalr-cache-policy=sameprog | |||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| || | | || Game fixes || || | ||
|- | |- | ||
| -- | | --vu0-clamp-range || start, end offset (0x0 - 0xA000) || per range clamping for VU0 || --vu0-clamp-range=0x100,0x120 | ||
|- | |- | ||
| -- | | --vu0-no-clamping || 0, 1 || Set to 1 to enable clamping for VU0, Set to 0 to disable it. || --vu0-no-clamping=0 | ||
|- | |- | ||
| -- | | --vu0-inst-q || 0, 1 || instant Q, no stalling on WAITQ, or instances of Q || --vu0-inst-q=1 | ||
|- | |- | ||
| -- | | --vu0-inst-p || 0, 1 || instant P, not stalling on WAITP, or instances of P|| --vu0-inst-p=1 | ||
|- | |- | ||
| -- | | --vu0-use-rcp || 0, 1 || use sse rcp || --vu0-use-rcp=1 | ||
|- | |- | ||
| -- | | --vu0-use-rsqrt || 0, 1 || use sse rsqrt || --vu0-use-rsqrt=1 | ||
|- | |- | ||
| -- | | --vu0-accurate-addsub-range || offset (0x0 - 0xA000) || Accurate VU0 Add/Subtract Instructions in specified Address range || | ||
|- | |- | ||
| -- | | --vu0-mul0fix-range || vu0 memory offset start,end (0x0 - 0xA000) || Fix for games that multiply by zero || | ||
|- | |- | ||
| -- | |-style="background-color:#FEA15C" | ||
| || Other || || | |||
|- | |||
| --vu0-clamp-operands || 0, 1 || A clamping setting that increases clamping functionality when VU0 clamping is enabled. || --vu0-clamp-operands=1 | |||
|- | |||
| --vu0-clamp-results || 0, 1 || A clamping setting that increases clamping functionality when VU0 clamping is enabled. || --vu0-clamp-results=1 | |||
|- | |- | ||
| -- | | --vu0-opt-aot || 0, 1 ?|| Seems to be only working in jakxv2, unknown usage || --vu0-opt-aot=1 | ||
|- | |- | ||
| -- | | --vu0-aot-outmode || out/overwrite, append || || | ||
|- | |- | ||
| -- | | --vu0-aot-start-addr || start address || Seems to be PS3 command 0x12 replacement ahead of time compilation with CRC then to start, and CRC when to finish, or VBLANK || | ||
|- | |- | ||
| -- | | --vu0-aot-end-addr || end address for ahead of time compilation || || | ||
| | |||
| | |||
|- | |- | ||
| -- | | --vu0-aot-start-crc || ? || verify crc for aot start block (registers)|| | ||
|- | |- | ||
| -- | | --vu0-aot-end-crc || ? || verify crc for aot end block (registers) || | ||
|- | |- | ||
| -- | |} | ||
====(COP2)==== | |||
<pre>COP2, Also known as VU0 Macro-mode. these commands "may" only be useful for games that use M-bit</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Values !! Notes !! Usage | |||
|-style="background-color:#7698FF" | |||
| || Speedhacks || || | |||
|- | |- | ||
| -- | | --cop2-opt-flags || 0, 1 ,2 || Optimize flags when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --cop2-opt-flags=1 | ||
|- | |- | ||
| -- | | --cop2-opt-vf00 || 0, 1, 2 || Optimization for the vf00 register. Setting it to 1 is safe but setting it to 2 is highly unstable. || --cop2-opt-vf00=1 | ||
|- | |||
| --cop2-const-prop || 0, 1 || Constant propagation, Can Be Used as speedhack for cop2 hungry games when set to 1 [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --cop2-const-prop=1 | |||
|- | |||
| --cop2-di-bits || 0, 1 || 0 to skip setting Invalid, and Div by Zero flags in status register, and therefore improve performance. Can be used as speedhack as it skip costly calculations. || --cop2-di-bits=0 | |||
|-style="background-color:#D7EF54" | |||
| || Game fixes || || | |||
|- | |- | ||
| -- | | --cop2-no-clamping || 0, 1 || Setting it to 1 enables COP2 clamping, Setting it to 0 disables it. || --cop2-no-clamping=0 | ||
|- | |- | ||
| -- | | --cop2-regalloc || 0, 1 ? || PCSX2 seems to have this enabled by default. || | ||
|- | |- | ||
| -- | | --cop2-inst-q || 0, 1 || instant Q, no stalling on VWAITQ, or instances of Q. || | ||
|- | |- | ||
| -- | | --cop2-inst-p || 0, 1 || instant P, no stalling on VWAITP, or instances of P. || | ||
|- | |- | ||
| -- | | --cop2-use-rcp || 0, 1 || use sse rcp || | ||
|- | |- | ||
| --cop2-use-rsqrt || 0, 1 || use sse rsqrt || --cop2-use-rsqrt=0 | |||
|- | |||
| --cop2-accurate-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate COP2 Assembly instructions in the cop2 Address range, Can be used to fix SPS || --cop2-accurate-range=0x123456,0x134567 | |||
|- | |||
| --cop2-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || Full clamping for COP2 in selected range || --cop2-no-clamp-range=0x123456,0x134567 | |||
|- | |||
| --cop2-accurate-mul-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate Multiplication instructions in the cop2 Address range || --cop2-accurate-mul-range=0x123456,0x134567 | |||
|- | |||
| --cop2-accurate-mul || offset (0x0 - 0x1FFFFFF) || Accurate Multiplication instructions in the cop2 Address || --cop2-accurate-mul=0x123456 | |||
|- | |||
| --cop2-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate Add/Subtract instructions in the cop2 Address range || --cop2-accurate-addsub-range=0x123456,0x134567 | |||
|- | |||
| --cop2-accurate-addsub || offset (0x0 - 0x1FFFFFF) || Accurate Add/Subtract instructions in the cop2 Address || --cop2-accurate-addsub=0x123456 | |||
|- | |||
|-style="background-color:#FEA15C" | |-style="background-color:#FEA15C" | ||
| || Other || || | | || Other || || | ||
|- | |- | ||
| -- | | --cop2-clamp-operands || 0, 1 || A clamping setting that increases clamping functionality when COP2 clamping is enabled. || --cop2-clamp-operands=1 | ||
|- | |||
| --cop2-clamp-results || 0, 1 || A clamping setting that increases clamping functionality when COP2 clamping is enabled. || --cop2-clamp-results=1 | |||
|- | |||
| --cop2 || jit - trans || Uknown usage|| | |||
|- | |||
|} | |||
====(CDVD)==== | |||
<pre>Commands for changing the nature of CDVD emulation.</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Values !! Notes !! Usage | |||
|-style="background-color:#D7EF54" | |||
| || Game fixes || || | |||
|- | |||
| --cdvd-sector-read-cycles || 1, 40000|| <pre>Set DVD reading speed, higher values are slower, | |||
lower values are faster, Kinetica uses 40000, | |||
Psychonauts 4000, Red dead revolver 5000, Rise of kasai 31000, | |||
some games require moderate speed, too slow or too fast could cause audio problems.</pre>|| --cdvd-sector-read-cycles=40000 | |||
|- | |- | ||
| -- | | --cdvd-sector-seek-cycles || 1, 40000 || Fixes boot-up sometimes, More info here [https://github.com/PCSX2/pcsx2/pull/3877], similar usage and effect as cdvd-sector-read-cycles || --cdvd-sector-seek-cycles=1 | ||
|-style="background-color:#FEA15C" | |||
| || Misc || || | |||
|- | |||
| --max-disc-num || 1-5 || numbers of discs in package (maximum=5) || --max-disc-num=1 | |||
|- | |||
| --boot-disc-id || 1-5 || sets boot disc for multi-disc pkg || --boot-disc-id=0 | |||
|- | |||
| --switch-disc-reset || 0, 1 || 0 Can be used to prevent Resetting the game when switching multiple discs, useful for games like SW2 that have Import data Feature || --switch-disc-reset=1 | |||
|- | |||
| --cdvd-determinism || 0, 1|| Determines if the iso is double layer or not (?) || --cdvd-determinism=1 | |||
|- | |- | ||
| -- | | --verbose-cdvd-reads || 0, 1 || Seems to slightly improve reading speed when enabled (?) || --verbose-cdvd-reads=1 | ||
|- | |- | ||
|} | |} | ||
====IOP==== | ====(IOP)==== | ||
<pre>The emulated I/O Processor (IOP) settings | <pre>The emulated I/O Processor (IOP) settings, Commands here are rarely useful, since the ps4 emulates it very accurately, very few games will require these options. the iop controls the emulated DEV9, SPU2, USB, Memory cards, CDVD, Firewire, along with other input/output Devices</pre> | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Values !! Notes !! Usage | ! Command !! Values !! Notes !! Usage | ||
Line 663: | Line 749: | ||
| || Game fixes || || | | || Game fixes || || | ||
|- | |- | ||
| --iop-cycle-scalar || | | --iop-cycle-scalar || Range between (0.1 & 5.0) || '''Not a Speedhack''', when you lower it below 1.0 the iop is overclocked, when you increase it above 1.0 the iop cycles are skipped. the only thing you will notice from this is faster/slower loading speed|| --iop-cycle-scalar=1.0 | ||
|- | |- | ||
| --iop-const-folding || None,Gpr,All || IOP constant folding [https://en.wikipedia.org/wiki/Constant_folding More info] || --iop-const-folding=All | | --iop-const-folding || None,Gpr,All || IOP constant folding [https://en.wikipedia.org/wiki/Constant_folding More info] || --iop-const-folding=All | ||
|- | |- | ||
| --iop- | | --iop-sif0-cycle-scalar || Range between (0.1 and integer value limit) || '''Not a Speedhack''', IOP's Sif0 cycle scalar [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/Sif0.cpp#L34 more info here] || --iop-sif0-cycle-scalar=1.0 | ||
|- | |||
| --iop-sif1-cycle-scalar || Range between (0.1 and integer value limit) || '''Not a Speedhack''', IOP's Sif1 cycle scalar [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/Sif1.cpp#L35 more info here] || --iop-sif1-cycle-scalar=1.0 | |||
|- | |||
| --iop-tight-slice-count || 12? || || --iop-tight-slice-count=12 | |||
|- | |- | ||
| --iop-hook || AdvanceClock | | --iop-hook || AdvanceClock, FastForwardClock || iop native hook || --iop-hook=0x0086ac,FastForwardClock | ||
|- | |- | ||
| --iop-block-validation || IsC, ShortHash, Hash || Way of validating that block been modified, and require recompilation | | --iop-block-validation || IsC, ShortHash, Hash || Way of validating that block been modified, and require recompilation, other Possible values include PageProt, None, PageProtection || --iop-block-validation=IsC | ||
|- | |- | ||
|-style="background-color:#FEA15C" | |-style="background-color:#FEA15C" | ||
Line 680: | Line 770: | ||
| --iop-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --iop-block-validation=ShortHash || | | --iop-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --iop-block-validation=ShortHash || | ||
|- | |- | ||
| --iop-pc-coherency || 0, 1|| || | | --iop-pc-coherency || 0, 1|| Most likely updates the (Program counter) more frequently for the iop (?) || | ||
|- | |- | ||
| --iop-inst-marking || 0, 1? || || | | --iop-inst-marking || 0, 1? || || | ||
|- | |- | ||
| --iop-jit-disasm || || || | | --iop-jit-disasm || || || | ||
|- | |- | ||
| --iop-evt-check-full || | | --iop-evt-check-full || || || | ||
|- | |- | ||
|} | |} | ||
==== | ==== PCSX2's Gameindex.yaml Settings ==== | ||
<pre>This list will help you use PCSX2's gameindex settings on the ps4</pre> | |||
<br>[https://raw.githubusercontent.com/PCSX2/pcsx2/master/bin/resources/GameIndex.yaml Current Gameindex.yaml] | |||
<br>[https://github.com/Scalerize/Pcsx2-gameindexes Old Gameindex.yaml files in case these settings get deleted from PCSX2] | |||
<pre> | <pre>These commands are fully tested. there's no need to edit them</pre> | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! | ! PCSX2 !! PS4 !! Notes | ||
|- | |- | ||
| -- | | XGKickHack || --vu-xgkick-delay=0.50 || Note: there are other values. between 0 and 8 | ||
|- | |||
| VuAddSubHack ||--vu-hack-triace=1 || <pre>Required for every single game developed by TriAce</pre> | |||
|- | |- | ||
| -- | | vuClampMode: 2 ||<pre>--vu1-no-clamping=0 | ||
--vu0-no-clamping=0 | |||
--cop2-no-clamping=0 </pre>|| | |||
|- | |- | ||
| -- | | vuClampMode: 3 || <pre>--vu1-no-clamping=1 | ||
--vu0-no-clamping=1 | |||
--cop2-no-clamping=1</pre> || | |||
|- | |- | ||
| -- | |vu0ClampMode: 2 || <pre>--vu0-no-clamping=0 | ||
--cop2-no-clamping=0</pre> || | |||
|- | |- | ||
| -- | |vu0ClampMode: 3 || <pre>--vu0-no-clamping=1 | ||
--cop2-no-clamping=1 </pre>|| | |||
|- | |- | ||
| | |vu1ClampMode: 2 || --vu1-no-clamping=0 || | ||
|- | |- | ||
| | |vu1ClampMode: 3 || --vu1-no-clamping=1 || | ||
|- | |- | ||
| | | eeClampMode: 2 || --fpu-no-clamping=0 || | ||
|- | |- | ||
| | | eeClampMode: 3 || --fpu-no-clamping=1 || | ||
|- | |- | ||
| -- | | FpuNegDivHack & FpuMulHack || --fpu-accurate-muldiv-range=0x0,0x0 || Note: requires ee start and end offsets | ||
|- | |- | ||
| | | cpuCLUTRender: 1 || --gs-uv-shift-pointsampling=1 || | ||
|- | |- | ||
| -- | | MTVUSpeedHack: 0 || --vu1=jit-sync || | ||
|- | |- | ||
| -- | | IbitHack || <pre>--vu1-di-bits=0 | ||
--vu1-const-prop=1</pre> || | |||
|- | |- | ||
| -- | | <pre>preloadFrameData: 1 | ||
alignSprite: 1 | |||
roundSprite: | |||
halfPixelOffset: | |||
wildArmsHack: 1 | |||
mergeSprite: 1</pre> || --gs-kernel-cl-up="up2x2simple" || <pre>Note: Works very similar to them, | |||
But it's not exactly the same, there could be | |||
other commands that work better for each of them.</pre> | |||
|- | |- | ||
| -- | | cpuSpriteRenderBW: 4 || --gs-opt-frbuff-switch=1 || Note: Works very similar to it, But it's not exactly the same | ||
|- | |- | ||
| -- | | mipmap: 1 || <pre>--gs-use-mipmap=1 | ||
--gs-kernel-cl="mipmap" | |||
--gs-kernel-cl-up="mipmap2x2"</pre> || | |||
|- | |- | ||
| -- | | autoFlush: 1 || --gs-flush-ad-xyz=safe || <pre>Possible values include | ||
always, safe, off, 0</pre> | |||
|- | |- | ||
| -- | | VIF1StallHack || --vif1-instant-xfer=0 || <pre> if that doesn't work you can always use | ||
the lua command eeObj.SchedulerDelayEvent("vif1.dma", 0x9000)</pre> | |||
|- | |- | ||
| VIFFIFOHack || --vif1-ignore-cmd-ints=1 || | |||
|} | |} | ||
=== | === Emulators === | ||
<pre>Every emulator is programmed in a different way, Sometimes Choosing the right emulator is the only possible way to fix a game, this list includes The typical usage of some of The emulators.</pre> | |||
<pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! | ! Emulator !! Usage !! API Version !! Similar emulators (Usage) | ||
|- | |- | ||
| | | <pre>Jak</pre> || Good compatibility with most ps2 games, and it has a very high api version which means more LUA commands are supported.|| 2.2? || '''JakX,''' '''Jak 2,''' '''Jak 3,''' '''Parappa.''' | ||
|- | |- | ||
| | | <pre>RECVX</pre> || Fixes Games like '''Jackie chan Adventures, Pac-man World 3, Yu-Gi-Oh: Capsule monsters''' Most likely due to the way it emulates Vector unit 1|| || '''Fatal Fury,''' '''Redfaction,''' '''AOFA.''' | ||
|- | |- | ||
| | | <pre>Forbidden | ||
siren</pre> || The only emulator that fixed '''Ice age 2''' being stuck at splash screen. this emu possibly has EE cache support || || | |||
|- | |- | ||
| | | <pre>GTA3</pre> || Fixed the pal Version of '''Genji: Dawn of the Samurai''' || || | ||
|- | |- | ||
| | | <pre>KOF2000</pre> || fixes graphical issues in games such as '''Crash Twinsanity''', And '''prevents Koei tecmo games from suddenly freezing when battle starts''', since it emulates COP2/VU1/VU0 timing much more accurately than other emulators || || '''Roguev1''' and '''KOF98''' | ||
|- | |- | ||
| | | <pre>Parappa</pre> || The only emulator that was able to Boot '''Spyro: A Hero's Tail''' || || | ||
|- | |- | ||
| | | <pre>Redfaction</pre> || It is a very good emulator to use for games that are sensitive to MTVU. it Was used to fix '''Tony hawk games''' || || | ||
|- | |- | ||
|} | |} | ||
=== | === XXXX-YYYYY_config.lua === | ||
<pre>It is the most powerful Configuration on the emulator, it Allows direct patching of EE/IOP/VU memory, hooks registers, hook dma, '''almost Everything can be done here'''. | |||
If needed it can hook registers by using register names from alias files. Alias files (ee-cpr0-alias.lua, ee-gpr-alias.lua, ee-hwaddr.lua) are stored in lua_include folder, and can be included to config by using require ( "alias file name" ).</pre> | |||
'''Known functions: | |||
''' | |||
Require cleanup. | |||
====ApiRequest==== | |||
<pre>The most important part of a lua. without it the lua will crash the game.</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! | ! Command !! Usage !! Notes | ||
|- | |- | ||
| | | apiRequest || apiRequest(<api version>) || example: apiRequest(0.1) | ||
Different emu versions support different highest api. | |||
Calling api is mandatory. some commands require higher version. Highest known version is 2.3 api from JAK 2,3,X game emulator. | |||
|- | |- | ||
|} | |||
=====(Emulator) EmuObject===== | |||
<pre> Commands for the emulator</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Usage !! Notes | |||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| || | | || Object calling class || | ||
|- | |- | ||
| | | getEmuObject || local emuObj = getEmuObject() || Required for all functions using emuObj, that include: <div align="left"><pre>LoadConfig SaveConfig GetPad AddVsyncHook | ||
RemoveVsyncHook AddEntryPointHook RemoveEntryPointHook | |||
AddLoginHook RemoveLoginHook AddLogoutHook RemoveLogoutHook | |||
CheckEntitlement AddImageHook AddGifTagHook SwapMemCard | |||
SetFormattedCard OpenDiscTray CloseDiscTray SwitchDisc | |||
EnableImposeMenu GetDiscId GetDiscTitleId | |||
AddSectorReadHook AddMCWriteHook ShowDiscSwitchInfo GetPs4SystemLang SetPs2Lang | |||
ThrottleNorm ThrottleFast ThrottleMax AddAssertionHook | |||
SetGsTitleFix SetDeinterlace SetDisplayAspectWide SetDisplayAspectNormal | |||
ForceRefreshRate LoadFsShader SetDisplaySafeArea PadSetLightBar | |||
emuAddPadHook PadPressureStickRemap SetVolumes GetVolumes | |||
SetAudioRoute GetAudioRoute AddSnapshotLoadedHook | |||
RemoveSnapshotLoadedHook IsNeoMode IsToolingVerbose emuMediaPatch </pre></div> | |||
|-style="background-color:#FEA15C" | |||
| || Other || | |||
|- | |- | ||
| | |LoadConfig || || | ||
|- | |- | ||
| | |SaveConfig || || | ||
|- | |- | ||
| | |GetPad || emuObj.GetPad(<gamepad button by bits>)|| example usage for reading input: | ||
<div align="left"><pre>local CheckInputs = function() | |||
=== | local pad_bits = emuObj.GetPad() | ||
local UP = pad_bits & 0x0010 | |||
local DOWN = pad_bits & 0x0040 | |||
local LEFT = pad_bits & 0x0080 | |||
local RIGHT = pad_bits & 0x0020 | |||
local Triangle = pad_bits & 0x1000 | |||
local Cross = pad_bits & 0x4000 | |||
local Square = pad_bits & 0x8000 | |||
local Circle = pad_bits & 0x2000 | |||
local L1 = pad_bits & 0x0400 | |||
local L2 = pad_bits & 0x0100 | |||
local L3 = pad_bits & 0x0002 | |||
local R1 = pad_bits & 0x0800 | |||
local R2 = pad_bits & 0x0200 | |||
local R3 = pad_bits & 0x0004 | |||
local Select = pad_bits & 0x0001 | |||
local Start = pad_bits & 0x0008 | |||
< | if (L2 ~= 0) then | ||
<here function that should be done when L2 is pushed> | |||
end | |||
end | |||
emuObj.AddVsyncHook(CheckInputs) <to trigger check at every vsync></pre></div> | |||
<pre> | |||
|- | |- | ||
| | |SwapMemCard || || | ||
|- | |- | ||
| | |SetFormattedCard || emuObj.SetFormattedCard(<"file name">) || emuObj.SetFormattedCard("custom_formatted.card") | ||
Allow to use custom memory card. | |||
< | |||
| | |||
|- | |- | ||
| | |OpenDiscTray || || | ||
|- | |- | ||
| | |CloseDiscTray || || | ||
|- | |- | ||
| | |SwitchDisc || emuObj.SwitchDisc(<disc ID>) || ID can be provided as is, or for example read from memory or register when needed. | ||
|- | |- | ||
| | | EnableImposeMenu || emuObj.EnableImposeMenu(<true/false>) || EnableImposeMenu(false) | ||
|- | |- | ||
| | | GetDiscId || emuObj.GetDiscId() || Return DiscId in XXXX_YYY.ZZ format | ||
|- | |- | ||
| | | GetDiscTitleId || || | ||
|- | |- | ||
| | |ShowDiscSwitchInfo ||emuObj.ShowDiscSwitchInfo() || | ||
|- | |- | ||
| | | GetPs4SystemLang || emuObj.GetPs4SystemLang() || Return PS4 system language (in unknown format). | ||
|- | |- | ||
| | | SetPs2Lang || emuObj.SetPs2Lang(<Lang ID>) || Set emulated PS2 language, correct Lang IDs are 0-18, Strangely, Some Games can Crash if their Specific Language is not selected | ||
<div align="left"><pre>0 - japanese | |||
1 - english | |||
2 - french | |||
3 - spanish | |||
4 - german | |||
5 - italian | |||
6 - dutch | |||
7 - portuguese | |||
8 - russian | |||
9 - korean | |||
10 - traditonal-chinese | |||
11 - simplified-chinese | |||
12 - finnish | |||
13 - swedish | |||
14 - danish | |||
15 - norwegian | |||
16 - polish | |||
17 - portuguese-brazil | |||
18 - english-uk</pre></div> | |||
|- | |- | ||
| | |ThrottleNorm ||emuObj.ThrottleNorm() || Enable default framelimiter (50/60 fps depend on region). | ||
|- | |- | ||
| | |ThrottleFast || emuObj.ThrottleFast() || Faster than default, but exact value is unknown. | ||
|- | |- | ||
| | |ThrottleMax || emuObj.ThrottleMax() || Disable framelimiter During loading screens, This setting can sometimes be harmful when used globally in config files. Loading times are faster, but the game also runs faster than it should when the PS4 has enough free cpu power. | ||
|- | |- | ||
| | | SetGsTitleFix || emuObj.SetGsTitleFix() || [[PS2_Emulation#SetGsTitleFix|More info]] | ||
|- | |- | ||
| | |SetDisplayAspectWide || emuObj.SetDisplayAspectWide() || Force display area to 16:9 (If game not support widescreen, it will be stretched). | ||
|- | |- | ||
| | |SetDisplayAspectNormal || emuObj.SetDisplayAspectNormal() || Force display area to 4:3. | ||
|- | |- | ||
| | |ForceRefreshRate || emuObj.ForceRefreshRate(<hz>) || emuObj.ForceRefreshRate(50) correct values are 0, 50, 60 where 0 = default. | ||
|- | |- | ||
| | |LoadFsShader || emuObj.LoadFsShader(<slot?>, "<path>") || <div align="left"><pre>Shaders must be loaded right after GS has been initialized. | ||
Example: | |||
Global_InitGpuResources = function() | |||
emuObj.LoadFsShader(1, "./shader.sb") | |||
end | |||
That only load Fragment Shader to program memory, to use it we need BindFragmentShader, | |||
and if depend on shader SetShaderParams.</pre></div> | |||
|- | |- | ||
| | |SetDisplaySafeArea || || | ||
| | |||
|- | |- | ||
| | |PadSetLightBar || emuObj.PadSetLightBar(<port, red, green, blue>) || Set DS4 light bar color. Correct port values are 0-3, correct light values are 0-255. | ||
|- | |- | ||
| | |PadPressureStickRemap || emuObj.PadPressureStickRemap()|| | ||
|- | |- | ||
| | | CountFrameOnPS2 || emuObj.CountFrameOnPS2() || updates FRAPS/Actual FPS reading in olympus | ||
|- | |- | ||
| | | IsNeoMode || emuObj.IsNeoMode() || Check that PS4 run in NEO (PRO) mode. Return 1/0 | ||
|- | |- | ||
| | | IsToolingVerbose || || | ||
|- | |- | ||
| | |CheckEntitlement || || | ||
|- | |- | ||
| | | emuMediaPatch || emuMediaPatch(disc sector, 12/24 + offset, { original data }, { replace data }) || Replace 4 bytes from loaded iso file. For unknown reason we always need to add 12 to real offset for DVD game, and 24 for CD game. | ||
|-style="background-color:# | |-style="background-color:#c6ecd9" | ||
| || | | || Hooks || | ||
|- | |- | ||
| | |AddVsyncHook || emuObj.AddVsyncHook(<task to be done every vsync>) || emuObj.AddVsyncHook(my_function) | ||
my_function can be anything, from simple patches, to extensive hook. | |||
Example usage can be found in SLUS-21550 features file. some games are not compatible with it and will crash upon startup. | |||
|- | |- | ||
| | |RemoveVsyncHook || emuObj.RemoveVsyncHook(<previously added task to be removed>) || emuObj.RemoveVsyncHook(my_function) | ||
|- | |||
|AddEntryPointHook || emuObj.AddEntryPointHook(<task>) || Task to be done at ps2 game main elf entry point (right where game is loaded). | |||
|- | |||
|RemoveEntryPointHook || || | |||
|- | |||
|AddLoginHook || || | |||
|- | |||
|RemoveLoginHook || || | |||
|- | |||
|AddLogoutHook || || | |||
|- | |- | ||
| | |RemoveLogoutHook || || | ||
|- | |- | ||
| | |AddImageHook || || | ||
|- | |- | ||
| | |AddGifTagHook || || | ||
|- | |- | ||
| | | AddSectorReadHook || emuObj.AddSectorReadHook(<sector, unk, task>) || Hook to do task when disc image sector is read. Not all values are known (ex. emuObj.AddSectorReadHook(776480, 32, <task/function>) ) | ||
|- | |- | ||
| | |AddMCWriteHook ||emuObj.AddMCWriteHook() || | ||
| | |||
|- | |- | ||
| | |AddAssertionHook ||emuObj.AddAssertionHook() || | ||
|- | |- | ||
| | |AddSnapshotLoadedHook || || | ||
|- | |- | ||
| | |RemoveSnapshotLoadedHook || || | ||
|- | |- | ||
| | |emuAddPadHook ||emuObj.emuAddPadHook() || | ||
|- | |||
|-style="background-color:#ff8080" | |||
| || Audio || || | |||
|- | |||
|SetVolumes || emuObj.SetVolumes('global', 'main', 'bgm') || Set volume, usually setting global is enough. Example: emuObj.SetVolumes(0.31, 1.0, 1.0) values, in floats 1.0 = 100% | |||
emuObj. | |||
|- | |- | ||
| | |GetVolumes || emuObj.GetVolumes() || Return current volume levels for ('global', 'main', 'bgm') in floating point values. | ||
|- | |- | ||
| | |SetAudioRoute || || | ||
|- | |- | ||
| | |GetAudioRoute || || | ||
|- | |- | ||
| | |} | ||
< | |||
1 - | =====(EE) EEObject===== | ||
<pre>Commands for the emulated Emotion Engine</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Usage !! Notes | |||
|-style="background-color:#D7EF54" | |||
| || Object calling class || | |||
|- | |- | ||
| | | getEEObject || local eeObj = getEEObject() || Required for all functions using eeObj | ||
|-style="background-color:#7698FF" | |||
| || Memory editing || | |||
|- | |- | ||
| | |ReplaceMem64 || eeObj.ReplaceMem64(<address>, <value>)|| | ||
|- | |- | ||
| | |ReplaceMem32 || eeObj.ReplaceMem32(<address>, <value>) || Permanently replace an offset without needing addvsynchook | ||
|- | |- | ||
| | |ReplaceMem16 || eeObj.ReplaceMem16(<address>, <value>)|| | ||
|- | |- | ||
| | |ReplaceMem8 ||eeObj.ReplaceMem8(<address>, <value>) || | ||
|- | |- | ||
| | |ReadMemFloat || eeObj.ReadMemFloat(<address>) || eeObj.ReadMemFloat(0x258c3c) | ||
|- | |- | ||
| | |WriteMemFloat || eeObj.WriteMemFloat(<address>, <value>) || eeObj.WriteMemFloat(0x365364, 1.3333333) | ||
|- | |- | ||
| | |ReadMem128 || <pre>eeObj.ReadMem128(<ee memory offset>)</pre> || Read 16 bytes from offset, examples: eeObj.ReadMem128(0x100198) | ||
|- | |- | ||
| | |ReadMemFloat128 || <pre>eeObj.ReadMemFloat128(<ee memory offset>)</pre> || return 16 bytes from offset in float form | ||
|- | |- | ||
| | |WriteMem128 || || | ||
|- | |- | ||
| | |WriteMemFloat128 || || | ||
|- | |- | ||
| | | ReadMem64 || <pre>eeObj.ReadMem64(<ee memory offset>)</pre> || Read 8 bytes from offset, examples: eeObj.ReadMem64(0x100198) | ||
|- | |- | ||
| | | WriteMem64 || <pre>eeObj.WriteMem64(<ee memory offset>, <data>)</pre> || | ||
|- | |- | ||
| ReadMem32 || <pre>eeObj.ReadMem32(<ee memory offset>)</pre> || Read 4 bytes from offset, examples: eeObj.ReadMem32(0x100198) | |||
eeObj.ReadMem32(gp - 31348) | |||
| ReadMem32 || <pre>eeObj.ReadMem32(<ee memory offset>)</pre> || Read 4 bytes from offset, examples: eeObj.ReadMem32(0x100198) | |||
eeObj.ReadMem32(gp - 31348) | |||
|- | |- | ||
| WriteMem32 || <pre>eeObj.WriteMem32(<ee memory offset>, <data>)</pre> || Write 4 bytes to offset, example: eeObj.WriteMem32(0x2c89ac, 0x001b70f0) | | WriteMem32 || <pre>eeObj.WriteMem32(<ee memory offset>, <data>)</pre> || Write 4 bytes to offset, example: eeObj.WriteMem32(0x2c89ac, 0x001b70f0) | ||
Line 1,106: | Line 1,126: | ||
|- | |- | ||
|WriteMemStr || eeObj.WriteMemStr(address, string) || | |WriteMemStr || eeObj.WriteMemStr(address, string) || | ||
|- | |- | ||
|GetGpr64 || eeObj.GetGPR64(<gpr register>) || example: eeObj.GetGPR64(t3) | |GetGpr64 || eeObj.GetGPR64(<gpr register>) || example: eeObj.GetGPR64(t3) | ||
Line 1,121: | Line 1,135: | ||
| SetGprFloat || || Set gpr value as float value | | SetGprFloat || || Set gpr value as float value | ||
|- | |- | ||
|GetGpr || eeObj.GetGPR(<gpr register>) || eeObj.GetGPR(t3) | |GetGpr / GetGPR || eeObj.GetGPR(<gpr register>) || eeObj.GetGPR(t3) | ||
|- | |- | ||
|SetGpr|| eeObj.SetGPR(<gpr register> ,<value>) || example: eeObj.SetGPR(gpr.a3 ,1) | |SetGpr / SetGPR || eeObj.SetGPR(<gpr register> ,<value>) || example: eeObj.SetGPR(gpr.a3 ,1) | ||
Require defined getEEObject() as eeObj | Require defined getEEObject() as eeObj | ||
|- | |- | ||
Line 1,130: | Line 1,144: | ||
| SetFprHex || eeObj.SetFprHex(<FPU register (0-31), value (u32)>)|| Set floating point register value as hex string | | SetFprHex || eeObj.SetFprHex(<FPU register (0-31), value (u32)>)|| Set floating point register value as hex string | ||
|- | |- | ||
| GetFpr || eeObj.GetFpr(<register number>) || example eeObj.GetFpr(14) | | GetFpr / GetFPR || eeObj.GetFpr(<register number>) || example eeObj.GetFpr(14) | ||
|- | |- | ||
| SetFpr | | SetFpr / SetFPR || eeObj.SetFpr(<fpr register number>, <value>) || Simple example eeObj.SetFpr(14, 50.0) will set frp 14 to 50.0 | ||
But we can also combine commands to add/sub from registers | But we can also combine commands to add/sub from registers | ||
eeObj.SetFpr(14, eeObj.GetFpr(14) + 50.0) this will add 50.0 to current fpr 14 value | eeObj.SetFpr(14, eeObj.GetFpr(14) + 50.0) this will add 50.0 to current fpr 14 value | ||
|- | |- | ||
|GetPc || eeObj.GetPc() ||This command is very helpful as it will return to you the current EE address that's being read. | |GetPc || eeObj.GetPc() ||This command is very helpful as it will return to you the current EE address that's being read. can be used also with additional var. like eeObj.GetPc()+4 | ||
|- | |- | ||
|SetPc || eeObj.SetPC(<PC>) ||eeObj.SetPC(0x266B80) | |SetPc || eeObj.SetPC(<PC>) ||eeObj.SetPC(0x266B80) | ||
Line 1,163: | Line 1,177: | ||
|RemovePostHook || || | |RemovePostHook || || | ||
|- | |- | ||
| | |DmaAddHook || || | ||
|- | |- | ||
| | |DmaRemoveHook || || | ||
|- | |- | ||
| | |AddJitResetHook || || | ||
|- | |- | ||
|-style="background-color:# | |RemoveJitResetHook || || | ||
| || | |-style="background-color:#FEA15C" | ||
| || Other || | |||
|- | |- | ||
|- | |- | ||
| | |SchedulerDelayEvent || eeObj.SchedulerDelayEvent("event", cycles) || Parrapa use eeObj.SchedulerDelayEvent("vif1.dma", 0x6500) other events are gif.dma, vif0.dma, vif1.dma, sif0.dma, Sif0-NormalTransfer, sif1.dma, Sif1-NormalTransfer, ipu0.dma, ipu1.dma . This command allow to delay certain DMA transfer by cycles. | ||
|- | |- | ||
| | |WaitVu1 || eeObj.WaitVu1(1) || most likely this is --vu1=jit-sync, Enabling it will Sync the EE with the VU1, Pcsx2 has a similar gamefix called VU Sync which syncs both VU1 and VU0 with the EE. | ||
| | |||
|- | |- | ||
| | |Vu1MpgCycles || eeObj.Vu1MpgCycles(<cycles>) || Works just like the cli command --vu1-mpg-cycles=, setting it to eeObj.Vu1MpgCycles(1000) would skip 50% of frames When the game enters a VU1 Heavy area and will return to normal framerate when VU1 is not being under heavy usage. | ||
eeObj. | |||
|- | |- | ||
| | |GetPcRingBuffer || || | ||
|- | |- | ||
| | |FastForwardClock || eeObj.FastForwardClock() || eeObj.FastForwardClock(1) Skip Emotion engine Cycles, 1 and 0 seem to be the values. | ||
|- | |- | ||
| | |AdvanceClock || eeObj.AdvanceClock() || Overclock Emotion Engine Speed at the hooked EE Offset, 294912 mHz is the default clock speed, if eeObj.AdvanceClock(5000) is activated the clock speed will increase to 299912 at the hooked addresses only and EE will return to normal clock speed after that. | ||
|- | |- | ||
| | | GetClock || eeObj.GetClock() || Get the value of EE Clock speed at Hooked EE offset, if no offset is hooked the value will be 0, This command was used by sony to make calculations to determine whether or not the EE needs to be overclocked. | ||
|- | |- | ||
| | |WriteMemStrZ || || eeObj.WriteMemStrZ(string pointer, string) . Pointer can be read from GPR | ||
|- | |- | ||
|Precompile || || | |Precompile || || | ||
|- | |- | ||
|CalcInsnHash || || | |CalcInsnHash || || | ||
|- | |- | ||
|getOverlayObject || eeObj.getOverlayObject() || local eeOverlay = eeObj.getOverlayObject() | |getOverlayObject || eeObj.getOverlayObject() || Can be used to get Current EE Offset (???) local eeOverlay = eeObj.getOverlayObject() | ||
|- | |- | ||
| GetVif1Cycles || eeObj.GetVif1Cycles() || local vif1_cycles = eeObj.GetVif1Cycles() create vif_cycles value that can be used later | | GetVif1Cycles || eeObj.GetVif1Cycles() || local vif1_cycles = eeObj.GetVif1Cycles() create vif_cycles value that can be used later, you can rename it as you wish. | ||
|- | |- | ||
|} | |} | ||
====== | =====(IOP) IOPObject===== | ||
<pre>Commands for the emulated input-output processor</pre> | |||
<pre> | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Usage !! Notes | |||
|-style="background-color:#D7EF54" | |||
| || Object calling class || | |||
|- | |||
| getIOPObject || local iopObj = getIOPObject() || Required for all functions using iopObj, that include: <div align="left"><pre>ReplaceMem64 ReplaceMem32 ReplaceMem16 ReplaceMem8 ReadMemFloat | |||
WriteMemFloat WriteMem64 WriteMem32 WriteMem16 WriteMem8 | |||
ReadMemStr AddHook RemoveHook GetGpr SetGpr GetPc SetPc | |||
GetCPR0 SetCPR0</pre></div> | |||
|-style="background-color:#7698FF" | |||
| || Memory editing || | |||
|- | |||
-- | |ReplaceMem64 ||iopObj.ReplaceMem64(<address>, <value>) || | ||
|- | |||
|ReplaceMem32 || iopObj.ReplaceMem32(<address>, <value>)|| | |||
|- | |||
|ReplaceMem16 || iopObj.ReplaceMem16(<address>, <value>)|| | |||
|- | |||
-- | |ReplaceMem8 ||iopObj.ReplaceMem8(<address>, <value>) || | ||
|- | |||
|ReadMemFloat || iopObj.ReadMemFloat(<address>) || iopObj.ReadMemFloat(0x28c3c) | |||
|- | |||
- | |WriteMemFloat || iopObj.WriteMemFloat(<address>, <value>) || iopObj.WriteMemFloat(0x65364, 1.3333333) | ||
|- | |||
|ReadMem128 || iopObj.ReadMem128(<iop memory offset>)|| | |||
|- | |||
|WriteMem128 || iopObj.WriteMem128(<iop memory offset>, <data>)|| | |||
|- | |||
|ReadMemFloat128 ||iopObj.ReadMemFloat128(<iop memory offset>) || | |||
|- | |||
|WriteMemFloat128 || iopObj.WriteMemFloat128(<iop memory offset>, <data>)|| | |||
- | |- | ||
| ReadMem64 || <pre>iopObj.ReadMem64(<iop memory offset>)</pre> || Read 8 Bytes From offset | |||
|- | |||
| WriteMem64 || <pre>iopObj.WriteMem64(<iop memory offset>, <data>)</pre> || Write 8 Bytes From offset | |||
|- | |||
| ReadMem32 || <pre>iopObj.ReadMem32(<iop memory offset>)</pre> || Read 4 bytes from offset, examples: iopObj.ReadMem32(0x1198) | |||
iopObj.ReadMem32(gp - 348) | |||
|- | |||
| WriteMem32 || <pre>iopObj.WriteMem32(<iop memory offset>, <data>)</pre> || Write 4 bytes to offset, example: iopObj.WriteMem32(0x89ac, 0x001b70f0) | |||
|- | |||
| ReadMem16 || <pre>iopObj.ReadMem16(<iop memory offset>)</pre> || Read 2 bytes from offset, example: iopObj.ReadMem16(0x1198) | |||
|- | |||
| WriteMem16 || <pre>iopObj.WriteMem16(<iop memory offset>, <data>)</pre> || Write 2 bytes to offset, example: iopObj.WriteMem16(0x89ac, 0x70f0) | |||
- | |||
</pre> | |||
|- | |- | ||
| | | ReadMem8 || <pre>iopObj.ReadMem8(<iop memory offset>)</pre> || Read 1 byte from offset, example: iopObj.ReadMem8(0x1198) | ||
|- | |- | ||
| | | WriteMem8 || <pre>iopObj.WriteMem8(<iop memory offset>, <data>)</pre> || Write 1 byte to offset, example: iopObj.WriteMem8(0x89ac, 0xf0) | ||
|- | |- | ||
| | |ReadMemStr || || | ||
|- | |- | ||
| | |GetGpr || iopObj.GetGPR(<gpr register>) || iopObj.GetGPR(a1) | ||
|- | |- | ||
| | |SetGpr || iopObj.SetGPR(<gpr register> ,<value>) || example: iopObj.SetGPR(gpr.v0 ,3) | ||
|- | |- | ||
| | |GetPc || ||iopObj.GetPc(), can be used also with additional var. like iopObj.GetPc()+8 | ||
|- | |- | ||
| | |SetPc || iopObj.SetPC(<PC>) ||iopObj.SetPC(0x6B80) | ||
|- | |- | ||
| | |GetCPR0 || iopObj.GetCPR0(<COP0 register>) || | ||
|- | |- | ||
| | |SetCPR0 || iopObj.SetCPR0(<COP0 register>) || | ||
|- | |- | ||
| | |-style="background-color:#FEA15C" | ||
| || Clock speed || | |||
|- | |- | ||
| | | FastForwardClock || iopObj.FastForwardClock() || | ||
|- | |- | ||
| | | AdvanceClock || iopObj.AdvanceClock() || Increase Iop Clock speed at hooked iop offset | ||
|- | |- | ||
| | | GetClock || iopObj.GetClock() || Get Iop Clock speed at hooked iop Offset, if no offset is hooked, value of iopObj.GetClock() will be 0 | ||
|-style="background-color:#c6ecd9" | |||
| || Hooks || | |||
|- | |- | ||
| | |AddHook || iopObj.AddHook()|| | ||
|- | |- | ||
| | |RemoveHook || iopObj.RemoveHook()|| | ||
|- | |- | ||
|} | |} | ||
< | =====(GS) GsObject===== | ||
<pre>Commands for the emulated Graphics synthesizer</pre> | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! | ! Command !! Usage !! Notes | ||
|-style="background-color:# | |-style="background-color:#D7EF54" | ||
| || | | || Object calling class || | ||
|- | |- | ||
| | | getGsObject || local gsObj = getGsObject() || | ||
|-style="background-color:#c6ecd9" | |||
| || Graphical fixes / Improvement || | |||
|- | |- | ||
| | |SetL2HMode || gsObj.SetL2HMode()|| | ||
|- | |- | ||
| | |SetUprenderMode ||gsObj.SetUprenderMode(1)|| Set uprender mode. Overrides CLI, 0=none, 1=2x2 | ||
|- | |- | ||
| | |SetUpscaleMode || gsObj.SetUpscaleMode() || | ||
|- | |- | ||
| | |GetFramesInQueue || gsObj.GetFramesInQueue() || Returns the value of the frames that are still in queue | ||
|- | |- | ||
| | |SetFrameSkipping || gsObj.SetFrameSkipping(true) || false and true are the values. | ||
|- | |- | ||
| | |SetDeinterlaceShift || gsObj.SetDeinterlaceShift(0) || The values are 1 and 0, Enable or disable interlacing, requires emulators with high api | ||
|- | |- | ||
| | |} | ||
====Does not require Object calling or Uknown==== | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Usage !! Notes | |||
|- | |- | ||
| | | eeInsnReplace || eeInsnReplace(EE memory offset, Original opcode (BE), Replace opcode (BE)) || Replace 4 bytes opcode in ee memory, correct memory range is 0x0 to 0x1FFFFFFF | ||
|- | |- | ||
| | | vuInsnReplace || <pre>vuInsnReplace(vu 0/1, vu memory offset divided by 8, (original opcode<<32) | original opcode, (replace opcode<<32) | replace opcode) </pre>|| Replace 2 x 4 bytes in VU memory, correct memory range depend on selected VU, left shift by 32 is used for VU lower opcodes. Command will fail if size is above 254. <pre>example: | ||
vuInsnReplace(0, 0x167, (0x000002ff << 32) | 0x520507ff,(0x000002ff << 32) | 0x8000033c) | |||
Replace 64 bits of VU0 at offset 0xB38</pre> | |||
|- | |- | ||
| | | iopInsnReplace || iopInsnReplace(IOP memory offset, Original opcode, opcode replacement) || Replace 4 bytes in iop memory, correct memory range is 0x0 to 0x1FFFFF, iopInsnReplace(0x1FFFFF, 0x0, 0x0803fff0) | ||
| | |||
|- | |- | ||
| | | eeNativeFunction || eeNativeFunction(<ee offset>, <original opcode>, <function>) || eeNativeFunction(0x11fa9c, 0x0080402d, 'memcpy') | ||
<pre> | Different emulators can have different functions included, vide SO3. Require api 1.4 or higher. | ||
But functions from this list should be available in every emu: | |||
<pre>ieee754_acosf ieee754_asinf ieee754_sqrtf | |||
fabs cosf fabsf | |||
sinf acosf asinf | |||
sqrtf fptoui fptodp | |||
litodp dptoli dptofp | |||
memcpy memset strlen</pre> | |||
|- | |- | ||
| | | eeNativeHook || eeNativeHook(<ee ofset>, <original opcode>, <action>) || eeNativeHook require apiRequest(1.4) or higher. | ||
|- | |- | ||
| | | GsCustomShader || || | ||
|- | |- | ||
| | | Unlock || || | ||
|- | |- | ||
| | | IsUnlocked || || | ||
|- | |- | ||
| | | InsnOverlay || InsnOverlay({<opcode, opcode, opcode...>}) || example: <div align="left"><pre>InsnOverlay({ | ||
0x27bdfff0, -- addiu $sp, -0x10 | |||
0xffbf0000, -- sd $ra, 0(sp) | |||
0xffb00008, -- sd $s0, 8(sp) | |||
0x3c05000f, -- lui $a1, 0x000f | |||
0x34a57000, -- ori $a1, 0x7000 | |||
0x0c0db8b6, -- jal Script::State::DoString | |||
0x0080802d, -- move $s0, $a0 | |||
0x24050001, -- li $a1, 1 | |||
0x0c0dba4c, -- jal Script::State::IsNull(int) | |||
0x0200202d, -- move $a0, $s0 | |||
0xdfb00008, -- ld $s0, 8(sp) | |||
0xdfbf0000, -- ld $ra, 0(sp) | |||
0x03e00008, -- jr ra | |||
0x27bd0010 -- addiu $sp, 0x10 | |||
})</pre></div> | |||
|- | |- | ||
| | | eeDebugBreak || || | ||
|- | |- | ||
| | | CsBindShader || || | ||
|- | |- | ||
| | | CsSetParamInt32 || || | ||
|- | |- | ||
| | | CsSetParamFloat || || | ||
|- | |- | ||
| | | CsResetContext || || | ||
|- | |- | ||
| | | CsPrintContext || || | ||
|- | |- | ||
| | | PsBindShader || || | ||
|- | |- | ||
| | | PsSetParamInt32 || || | ||
|- | |- | ||
| | | PsSetParamFloat || || | ||
|- | |- | ||
| | | PsResetContext || || | ||
|- | |- | ||
| | | PsPrintContext || || | ||
|- | |- | ||
| | |} | ||
<b>Note:</b> eeObj, emuObj, gsObj, etc are described as required, this is not really true. You can set functions locals they use as whatever you want, but due to specify of that emulator it will be better to keep official naming used in official configs. | |||
=====Other objects===== | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Command !! Usage !! Notes | ! Command !! Usage !! Notes | ||
|- | |- | ||
! !! getGLSObject class !! | |||
|- | |||
| getGLSObject || || | |||
|- | |||
| | |||
|- | |- | ||
| | |Enable || || | ||
|- | |- | ||
| | |EnableServerRecording || || | ||
|- | |- | ||
| | |Pause || || | ||
|- | |- | ||
! !! getGsObject class !! | |||
|- | |- | ||
! !! getAudioObject class !! | |||
|- | |- | ||
| | | getAudioObject || || | ||
|- | |- | ||
| | | muteStreamingAll || || | ||
|- | |- | ||
| | | muteStreamingMain || || | ||
|- | |- | ||
| | | muteStreamingBGM || || | ||
|- | |- | ||
! !! getRemotePlayObject class !! | |||
|- | |- | ||
| | | getRemotePlayObject || || | ||
|- | |- | ||
| | | Enable || || | ||
|- | |- | ||
! !! getVideoRecordingObject class !! | |||
|- | |- | ||
| | | getVideoRecordingObject || || | ||
|- | |- | ||
| | | Enable || || | ||
|- | |- | ||
! !! getSharePlayObject class !! | |||
|- | |- | ||
| | | getSharePlayObject || || | ||
|- | |- | ||
| | | Enable || || | ||
|- | |- | ||
! !! getSpriteObject group !! | |||
|- | |- | ||
| | |getSpriteObject || || | ||
|- | |- | ||
| | |Enable || || | ||
|- | |- | ||
| | |Disable || || | ||
|- | |- | ||
| | |BindFragmentShader || || | ||
|- | |- | ||
| | |SetShaderParams || || <div align="left"> | ||
<pre> Is not clear that params depend on shader, or are somehow hardcoded. | |||
Example usage: | |||
local sprite0 = getSpriteObject(0) | |||
local scanlineParams = { | |||
240.0, -- float scanlineCount | |||
0.7, -- float scanlineHeight; | |||
1.5, -- float scanlineBrightScale; | |||
0.5, -- float scanlineAlpha; | |||
0.5 -- float vignetteStrength; | |||
} | |||
sprite0.SetShaderParams(scanlineParams)</pre></div> | |||
|- | |- | ||
| | |BindTexture || || | ||
| | |||
|- | |- | ||
| | |SetPosXY || || | ||
|- | |- | ||
| | |SetSizeXY || || | ||
|- | |- | ||
| | |SetPosUV || || | ||
|- | |- | ||
| | |SetSizeUV || || | ||
|- | |- | ||
| | |PrintContext || || | ||
|- | |- | ||
| | |SetBlendColor || sprite<X>.SetBlendColor(<R,G,B,A>) in floats, max val. 1.0 || <div align="left"> | ||
<pre>local sprite0 = getSpriteObject(0) | |||
sprite0.SetBlendColor(1.0,1.0,1.0,1.0)</pre></div> | |||
<pre> | |||
|- | |- | ||
| | | getTrophyObject || local trophyObj = getTrophyObject() || Required for all functions using trophyObj | ||
|- | |- | ||
| | | getDmaObject || local dmaObj = getDmaObject() || Depreciated API - use EE:DmaAddHook / EE:DmaRemoveHook instead. Is not clear when it was depreciated, JAK emu don't use it. | ||
|- | |- | ||
| | | getScreenShotObject || || | ||
|- | |- | ||
|} | |} | ||
==== | ====Registers for hook==== | ||
Registers defined in alias files. | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | '''GetGpr/SetGpr | ||
! | ''' | ||
<pre>gpr.zero gpr.at | |||
gpr.v0 gpr.v1 | |||
gpr.a0 gpr.a1 gpr.a2 gpr.a3 | |||
gpr.t0 gpr.t1 gpr.t2 gpr.t3 | |||
gpr.t4 gpr.t5 gpr.t6 gpr.t7 | |||
gpr.s0 gpr.s1 gpr.s2 gpr.s3 | |||
gpr.s4 gpr.s5 gpr.s6 gpr.s7 | |||
gpr.t8 gpr.t9 | |||
gpr.k0 gpr.k1 | |||
gpr.gp gpr.sp gpr.fp gpr.ra | |||
gpr.lo gpr.hi gpr.sa | |||
example: eeObj.GetGpr(gpr.a1) | |||
</pre> | |||
</pre> | |||
'''GetCPR0/SetCPR0 | |||
''' | |||
<pre>cpr.index cpr.pagemask | |||
cpr.random cpr.wired | |||
cpr.entrylo0 cpr.badvaddr | |||
cpr.entrylo1 cpr.count | |||
cpr.context cpr.entryhi | |||
cpr.compare cpr.config cpr.taglo | |||
cpr.status cpr.badpaddr cpr.taghi | |||
cpr.cause cpr.hwbk cpr.errorepc | |||
cpr.epc cpr.pccr | |||
cpr.prid | |||
example: eeObj.GetCPR0(cpr.status) </pre> | |||
====Registers information==== | |||
[https://psi-rockin.github.io/ps2tek/ Information taken from here] | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Name !! Purpose of it | |||
|- | |- | ||
| | | zero || Hardwired to 0, writes are ignored | ||
|- | |- | ||
| | | at || Temporary register used for pseudo-instructions | ||
|- | |- | ||
| | | v0-v1 || Return register, holds values returned by functions | ||
|- | |- | ||
| | | a0-a3 || Argument registers, holds first four parameters passed to a function | ||
|- | |- | ||
| | | t0-t7 || Temporary registers. t0-t3 may also be used as additional argument registers | ||
|- | |- | ||
| | | s0-s7 || Saved registers. Functions must save and restore these before using them | ||
|- | |- | ||
| | | t8-t9 || Temporary registers | ||
|- | |- | ||
| | | k0-k1 || Reserved for use by kernels | ||
|- | |- | ||
| | | gp || Global pointer | ||
|- | |- | ||
| | | sp || Stack pointer | ||
|- | |- | ||
| | | fp || Frame pointer | ||
|- | |- | ||
| | | ra || Return address. Used by JAL and (usually) JALR to store the address to return to after a function | ||
|- | |- | ||
! Special registers !! | |||
|- | |- | ||
| | | pc || Program counter, address of currently-executing instruction (32-bit) | ||
|- | |- | ||
| | | hi/lo || Stores multiplication and division results (64-bit) | ||
|- | |- | ||
| | | hi1/lo1 || Used by MULT1/DIV1 type instructions, same as above (64-bit) | ||
|- | |- | ||
| | | sa ||Shift amount used by QFSRV instruction | ||
|- | |- | ||
|} | |} | ||
<pre> | |||
Aside from zero, all GPRs may be freely accessed if convention rules are respected. | |||
</pre> | |||
====SetGsTitleFix==== | |||
===== | <pre>One of the most important commands in lua, allows to change the GS's behavior. | ||
Part of EmuObject() class, used frequently in official configs.</pre> | |||
{ | '''Examples''' | ||
<pre> | |||
-- fix vision logo (Wild Arms 3) | |||
local thresholdArea = 0 -- ignore alls items : fix #112276 | |||
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , { texType = 3, cbp = 0x2390, tbp = 0x288000} ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Ignore up-render shift for triangles when writing mask = write alpha only . Will fix shadows (bug# 6724). | |||
emuObj.SetGsTitleFix( "ignoreUpShiftTri", "reserved" , { fbmask = 0x00FFFFFF } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Performance fix ( bug# 9474 ) | |||
if 0 then -- emuObj.IsNeoMode() then -- neo mode check disabled, due to bug #10442 | |||
emuObj.SetGsTitleFix( "globalSet", "reserved", { workLoadThreshold = 125000} ) | |||
else | |||
emuObj.SetGsTitleFix( "globalSet", "reserved", { workLoadThreshold = 100000} ) | |||
end | |||
------------------------------------------------------------------------------------------------------ | |||
-- bug# 9972 | |||
emuObj.SetGsTitleFix( "ignoreSubBuffCov", "reserved", { } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Bully bug 9392 | |||
-- Performace fix | |||
local thresholdArea = 600 | |||
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80000044 , zmsk=1 , tw=4, th=4 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Bug#9174 - | |||
emuObj.SetGsTitleFix( "ignoreSubBuffCov", "reserved", { } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Bug#9240 (Light maps uprender) | |||
-- Copy z-buffer for future use with light maps. psm = SCE_GS_PSMZ24 (49) | |||
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {tw=9, th=9, psm=49, zmsk=1 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Apply light maps texMode=2 (bilinear) psm= SCE_GS_PSMCT32 (0) | |||
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {tw=8, th=8, psm=0, ztst=1, texMode=2 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
|- | -- Performace fix (bug #9785 ) | ||
! !! | emuObj.SetGsTitleFix( "globalSet", "reserved", { waveThreshold = 90000} ) | ||
|- | emuObj.SetGsTitleFix( "ignoreAreaUpdate", 0, { } ) | ||
| | ------------------------------------------------------------------------------------------------------ | ||
-- Accumulate fill area only when conditions are met | |||
emuObj.SetGsTitleFix( "includeAreaUpdate", "reserved" , {alphaIsNot = 0, zmsk = 1, tw = 6, th = 6 , tbp = 0x00302000} ) | |||
emuObj.SetGsTitleFix( "ignoreUpRender", 130 , { totalArea= 700} ) | |||
------------------------------------------------------------------------------------------------------ | |||
|- | -- Fix shadow | ||
| | emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", { texMode=1 } ) | ||
|- | ------------------------------------------------------------------------------------------------------ | ||
| | -- Reduce flush count | ||
emuObj.SetGsTitleFix( "SetSelfRender", "reserved", { fbmask= 0x00FFFFFF , renderSelf=1 , zmsk=1 , alpha=0 , texMode=1 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Disable post-processing | |||
emuObj.SetGsTitleFix( "ignoreSprite", "reserved", { texType=1 , tw=5 , th=8, zmsk=1 , alpha=0x80000044 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Small triangle rejection. Works in conjunction with CLI setting gs-override-small-tri-area=1 | |||
-- keep default area for texture 256x256 ( no blend) (Anakin face) | |||
emuObj.SetGsTitleFix( "setRejectionArea", 500,{twIsNot=8, thIsNot=8 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Set triangle rejection area= 1000 when alpha blend is not 0 ( i.e blend is On) | |||
emuObj.SetGsTitleFix( "setRejectionArea", 1000, {alphaIsNot=0 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Performace fix | |||
local thresholdArea = 600 | |||
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80008068 , zmsk=1 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Performace fix | |||
local thresholdArea = 700 | |||
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80000044 , zmsk=1 } ) | |||
------------------------------------------------------------------------------------------------------ | |||
-- Disable uprender on the draw command which samples the framebuffer (0x3200) using bilinear sampling (texMode=2) | |||
-- All lighting effects use TriFan prim type, so use that as well to filter against. | |||
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {prim=5, texMode=2, tbp=0x320000} ) | |||
</pre> | |||
'''Commands''' | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
! Command !! Notes | |||
|- | |||
|globalSet || used with workLoadThreshold or waveThreshold or loadThreshold | |||
|- | |||
|reserved || | |||
|- | |||
|forceBiLinear || | |||
|- | |- | ||
| | |ignoreSubBuffCov|| ignore ? buffer coverage | ||
|- | |- | ||
| | |trianglesAsParticles|| | ||
|- | |- | ||
| | |ignoreAreaUpdate|| | ||
|- | |||
|SetSelfRender|| | |||
|- | |||
|ignoreSprite|| | |||
|- | |||
|clipScissors|| | |||
|- | |||
|forcePoint|| | |||
|- | |- | ||
| | |forcePointSampling|| | ||
|- | |- | ||
| | |setRejectionArea|| | ||
|- | |- | ||
| | |ignoreUpRender|| Ignore uprender for texture type described in params | ||
|- | |- | ||
| | |includeAreaUpdate|| | ||
|- | |- | ||
| | |forceSimpleFetch|| Used Frequently To Fix Graphical Corruptions, emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {psm=0} ) | ||
|- | |- | ||
| | |fetchFromCurrBuff|| emuObj.SetGsTitleFix( "fetchFromCurrBuff", "reserved", {psm=0} ) | ||
|- | |- | ||
| | |ignoreUpShiftTri|| emuObj.SetGsTitleFix( "ignoreUpShiftTri", "reserved", {psm=0} ) | ||
|- | |- | ||
| | |skipPacked|| | ||
|- | |- | ||
| | |changeAlpha|| | ||
|- | |- | ||
| | |ignoreUpRenderTimeout|| | ||
|- | |- | ||
|} | |} | ||
'''Arguments/variables | |||
''' | |||
''' | ''' | ||
<pre> | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Argument !! Notes | |||
|- | |||
|alpha_mask || | |||
|- | |||
|alphaIsNot || alpha - is not X | |||
|- | |||
|texMode || 1 - Point? , 2 - bilinear | |||
|- | |||
|twIsLess || texture width - is less than X | |||
|- | |||
|thIsLess || texture height - is less than X | |||
|- | |||
|twIsNot || texture width - is not X | |||
|- | |||
|thIsNot || texture width - is not X | |||
|- | |||
|psmIsNot || texture pixel storage format - is not X | |||
<pre>PSMCT32 = 0 PSMT4HL = 36 | |||
PSMCT24 = 1 PSMT4HH = 44 | |||
PSMCT16 = 2 PSMZ32 = 48 | |||
PSMCT16S = 10 PSMZ24 = 49 | |||
PSMT8 = 19 PSMZ16 = 50 | |||
PSMT4 = 20 PSMZ16S = 58 | |||
PSMT8H = 27 </pre> | |||
|- | |||
|zmsk || Z (depth) draw mask | |||
<pre>update Z buffer = 0 | |||
don't update Z buffer = 1 | |||
When 1 depth test result will be ignored</pre> | |||
</pre> | |- | ||
|tw || texture width | |||
|- | |||
|th || texture height | |||
<pre> | |- | ||
|ztst || Z (depht) test method | |||
<pre>ZNOUSE = 0 | |||
ZALWAYS = 1 | |||
ZGEQUAL = 2 | |||
ZGREATER = 3 | |||
0 - All pixels fail | |||
1 - All pixels pass | |||
2 - Pass if Z grater or equal to Z buffer | |||
3 - Pass if Z grater than Z buffer</pre> | |||
|- | |||
|mipIsGt || mip level is grater than X (?) | |||
|- | |||
|mmin || MMIN flag | |||
<pre>NEAREST = 0 | |||
LINEAR = 1 | |||
NEAREST_MIPMAP_NEAREST = 2 | |||
NEAREST_MIPMAP_LINEAR = 3 | |||
LINEAR_MIPMAP_NEAREST = 4 | |||
LINEAR_MIPMAP_LINEAR = 5</pre> | |||
- | |||
- | |||
</pre> | |||
- | |||
< | |||
|- | |- | ||
| | |prim || GS primitive type | ||
<pre>Point = 0 | |||
Line = 1 | |||
LineStrip = 2 | |||
Triangle = 3 | |||
TriangleStrip = 4 | |||
TriangleFan = 5 | |||
Sprite = 6</pre> | |||
|- | |- | ||
| | |primIsNot || GS primitive type - is not | ||
<pre>Point = 0 | |||
Line = 1 | |||
LineStrip = 2 | |||
Triangle = 3 | |||
TriangleStrip = 4 | |||
TriangleFan = 5 | |||
Sprite = 6</pre> | |||
|- | |- | ||
| | |fillArea || | ||
|- | |- | ||
| | |frameW || | ||
|- | |- | ||
| | |renderSelf || | ||
|- | |- | ||
| | |hasClut || | ||
|- | |- | ||
|alphaTest || | |||
|- | |- | ||
| | |primTest || | ||
|- | |- | ||
| | |workLoadThreshold || | ||
|- | |- | ||
| | |alpha || <pre> example: alpha=0x80000044 | ||
alpha=0</pre> | |||
|- | |- | ||
| | |texType || (1-3, more? ) | ||
|- | |- | ||
| | |tbp || texture base pointer | ||
|- | |- | ||
| | |cbp || CLUT buffer base pointer | ||
|- | |- | ||
| | |psm || texture pixel storage format | ||
<pre>PSMCT32 = 0 PSMT4HL = 36 | |||
PSMCT24 = 1 PSMT4HH = 44 | |||
PSMCT16 = 2 PSMZ32 = 48 | |||
PSMCT16S = 10 PSMZ24 = 49 | |||
PSMT8 = 19 PSMZ16 = 50 | |||
PSMT4 = 20 PSMZ16S = 58 | |||
PSMT8H = 27 </pre> | |||
|- | |- | ||
| | |mxl || maximum mip level (0-6) | ||
|- | |- | ||
| | |fbmask || ? | ||
|- | |- | ||
|totalArea || | |||
|- | |- | ||
| | |packedRegs || | ||
|- | |- | ||
| | |packedRegsLo || | ||
|- | |- | ||
| | |packedRegsHi || | ||
|- | |- | ||
| | |packedRegsNum || | ||
|- | |||
|packedFlags || | |||
|- | |||
|packedPrim || | |||
|- | |- | ||
| | |areaNumFrames || | ||
|- | |- | ||
| | |waveThreshold || | ||
|- | |- | ||
| | |loadThreshold || | ||
|- | |- | ||
|fixSpriteDivTab || | |||
|} | |} | ||
== | ====Example configs==== | ||
=====Official example===== | |||
<pre> | |||
require( "ee-gpr-alias" ) -- you can access EE GPR by alias (gpr.a0 / gpr["a0"]) | |||
apiRequest(0.4) | |||
-- Star Wars: Racer Revenge (SLES-50366) [US] | |||
local eeObj = getEEObject() | |||
eeInsnReplace(0x13d7f0, 0x1000ffff, 0x0804f45d) -- retry FREAD() for fix #9025, | |||
eeInsnReplace(0x13BCD0, 0x3c023f80, 0x3C023F40) -- Zoom | |||
eeInsnReplace(0x1153B4, 0x3c023f80, 0x3C023FAB) -- Y-FOV | |||
-- Track# | |||
-- The Grand Reefs : 6 | |||
-- Ruins of Carnuss Gorgull : 9 | |||
eeObj.AddHook(0x187330, 0x3c010001, function() | |||
local track = eeObj.GetGpr(gpr.a1) | |||
print(string.format("Track : %d", track)) | |||
if track == 6 or track == 9 then | |||
eeObj.Vu1MpgCycles(1000) -- makes it be 30fps. | |||
else | |||
eeObj.Vu1MpgCycles(100) -- default value. | |||
end | |||
end) | |||
</pre> | |||
=====Custom config.lua example===== | |||
Here is the first custom lua config created by the community: | |||
<pre> | <pre> | ||
apiRequest(0.1) | |||
-- Fix black screen SLUS-20064 | |||
eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) -- bc0f 0x1CF3CC to nop | |||
</pre> | </pre> | ||
This is very basic command to replace part of EE memory with other instruction. | |||
* apiRequest(0.1) - Is required for every config. Used version depend on your original eboot highest supported api. 0.1 seems to be enough for basic patches like here. 2.3 is highest known for now. | |||
* -- Fix black screen SLUS-20064 is comment | |||
* eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) is our true command here. We are replacing the value 0x4100FFFF to 0x00000000 at the offset of 0x1CF3CC . Like you can see we need to add what opcode is replaced. Not only patch, and memory offset. | |||
* -- bc0f 0x1CF3CC to nop is just another comment, in this case explaining what is changed | |||
<br>And here's an example for a pnach that was converted into a lua | |||
<pre> | <pre> | ||
apiRequest(0.1) | |||
local eeObj = getEEObject() | |||
eeObj.ReplaceMem32(0x0016A7B2,0x0) | |||
</pre> | </pre> | ||
=Memory Mapping= | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: left;" | |||
! Name !! From !! To | |||
! | |||
! | |||
! | |||
! | |||
|- | |- | ||
| | |EE Flat Memory (4gb) || 0x0000008000000000 || 0x0000008100000000 | ||
| | |||
|- | |- | ||
| | |IOP Flat Memory (4gb) || 0x0000009000000000 || 0x0000009100000000 | ||
|- | |- | ||
| | |R59 Binary Cache || 0x0000000914B10000 || 0x0000000916B10000 | ||
|- | |- | ||
| | |R30 Binary Cache || 0x0000000916B14000 || 0x0000000917314000 | ||
|- | |- | ||
| | |jitVU0 || 0x0000000917318000 || 0x0000000917B18000 | ||
|- | |- | ||
| | |jitVU1 || 0x0000000917B1C000 || 0x0000000918B1C000 | ||
|- | |- | ||
! !! Host's EE Memory Map !! | |||
|- | |- | ||
| | | EE Registers Map || 0x0000001000000000 || 0x0000001000004000 | ||
|- | |- | ||
| | |EE RAM - Kernel || 0x0000008000000000 || 0x0000008000080000 | ||
|- | |- | ||
| | |EE RAM - Debug || 0x0000008000078000 || 0x0000008000080000 | ||
|- | |- | ||
| | |EE RAM - User || 0x0000008000080000 || 0x0000008002000000 | ||
|- | |- | ||
| | |EE Hw Devices || 0x0000008010000000 || 0x0000008010010000 | ||
|- | |- | ||
| | |EE ROM || 0x000000801FC00000 || 0x000000801FFE0000 | ||
|- | |- | ||
| | |EE RAM - Uncached || 0x0000008020080000 || 0x0000008022000000 | ||
|- | |- | ||
| | |EE RAM - UncachedAccel || 0x0000008030100000 || 0x0000008032000000 | ||
|- | |- | ||
| | |EE Scratchpad || 0x0000008070000000 || 0x0000008070004000 | ||
|- | |- | ||
| | |EE Debug || 0x00000080FFFF8000 || 0x0000008100000000 | ||
|- | |- | ||
! !! Host's IOP Memory Map !! | |||
|- | |- | ||
| | |IOP RAM || 0x0000009000000000 || 0x0000009000200000 | ||
|- | |- | ||
| | |IOP RAM (mirror 1) || 0x0000009000200000 || 0x0000009000400000 | ||
|- | |- | ||
| | |IOP RAM (mirror 2) || 0x0000009000400000 || 0x0000009000600000 | ||
|- | |- | ||
| ( | |IOP RAM (mirror 3) || 0x0000009000600000 || 0x0000009000800000 | ||
|- | |- | ||
| | |IOP Scratchpad || 0x000000901F800000 || 0x000000901F801000 | ||
|- | |- | ||
| | |IOP HW || 0x000000901F801000 || 0x000000901F810000 | ||
|- | |- | ||
| | |IOP ROM || 0x000000901FC00000 || 0x000000901FFE0000 | ||
|- | |- | ||
|} | |} | ||
== | ==Registers Map== | ||
'''Incomplete'''. | |||
<br>Warning: 0x1000000xxx base is not guaranteed in different emu revisions, but layout should be the same regardless of base. | |||
<br>Some emulators need all of these addresses to be reduced by 8 hex values. | |||
{| class=wikitable style="border: none; background: none;" | {| class=wikitable style="border: none; background: none;" | ||
! scope=col | | ! scope=col | GPR | ||
! scope=col | | ! scope=col | Address | ||
| rowspan=900 style="border: none; background: none;"| | | rowspan=900 style="border: none; background: none;"| | ||
! scope=col | | ! scope=col | FPR | ||
! scope=col | | ! scope=col | Address | ||
! scope=col | | | rowspan=900 style="border: none; background: none;"| | ||
! scope=col | | ! scope=col | CP0 | ||
! scope=col | Address | |||
|- | |||
| zero || 0x100000000 || f00 || 0x1000000230 || Index || 0x10000002D0 | |||
|-style="background-color:#EEEFF2" | |||
| at || 0x100000010 || f01 || 0x1000000234 || Random || 0x10000002D4 | |||
|- | |- | ||
| | | v0 || 0x100000020 || f02 || 0x1000000238 || EntryLo0 || 0x10000002D8 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | v1 || 0x100000030 || f03 || 0x100000023C || EntryLo1 || 0x10000002DC | ||
|- | |- | ||
| | | a0 || 0x100000040 || f04 || 0x1000000240 || Context || 0x10000002E0 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | a1 || 0x100000050 || f05 || 0x1000000244 || PageMask || 0x10000002E4 | ||
|- | |- | ||
| | | a2 || 0x100000060 || f06 || 0x1000000248 || Wired || 0x10000002E8 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | a3 || 0x100000070 || f07 || 0x100000024C || rsvd7 || 0x10000002EC | ||
|- | |- | ||
| | | t0 || 0x100000080 || f08 || 0x1000000250 || BadVAddr || 0x10000002F0 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | t1 || 0x100000090 || f09|| 0x1000000254 || Count || 0x10000002F4 | ||
|- | |- | ||
| | | t2 || 0x1000000A0 || f10 || 0x1000000258 || EntryHi || 0x10000002F8 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | t3 || 0x1000000B0 || f11 || 0x100000025C || Compare || 0x10000002FC | ||
|- | |- | ||
| | | t4 || 0x1000000C0 || f12 || 0x1000000260 || Status || 0x1000000300 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | t5 || 0x1000000D0 || f13 || 0x1000000264 || Cause || 0x1000000304 | ||
|- | |- | ||
| | | t6 || 0x1000000E0 || f14 || 0x1000000268 || EPC || 0x1000000308 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | t7 || 0x1000000F0 || f15 || 0x100000026C || PRid || 0x100000030C | ||
|- | |- | ||
| | | s0 || 0x1000000100 || f16 || 0x1000000270 || Config || 0x1000000310 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | s1 || 0x1000000110 || f17 || 0x1000000274 || Iab || 0x1000000314 | ||
|- | |- | ||
| | | s2 || 0x1000000120 || f18 || 0x1000000278 || Iabm || 0x1000000318 | ||
|-style="background-color:#EEEFF2" | |||
| s3 || 0x1000000130 || f19 || 0x100000027C || Dab || 0x100000031C | |||
|- | |- | ||
| | | s4 || 0x1000000140 || f20 || 0x1000000280 || Dabm || 0x1000000320 | ||
| | |||
| | |||
| | |||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | s5 || 0x1000000150 || f21 || 0x1000000284 || Dvm || 0x1000000324 | ||
|- | |- | ||
| | | s6 || 0x1000000160 || f22 || 0x1000000288 || Dvbm || 0x1000000328 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | s7 || 0x1000000170 || f23 || 0x100000028C || BadPAddr || 0x100000032C | ||
|- | |- | ||
| | | t8 || 0x1000000180 || f24 || 0x1000000290 || Debug || 0x1000000330 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | t9 || 0x1000000190 || f25 || 0x1000000294 || Perf || 0x1000000334 | ||
|- | |- | ||
| | | k0 || 0x10000001A0 || f26 || 0x1000000298 || Pcr0 || 0x1000000338 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | k1 || 0x10000001B0 || f27 || 0x100000029C || Pcr1 || 0x100000033C | ||
|- | |- | ||
| | | gp || 0x10000001C0 || f28 || 0x10000002A0 || TagLo || 0x1000000340 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | sp || 0x10000001D0 || f29 || 0x10000002A4 || TagHi || 0x1000000344 | ||
|- | |- | ||
| | | fp || 0x10000001E0 || f30 || 0x10000002A8 || ErrorEPC || 0x1000000348 | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | ra || 0x10000001F0 || f31 || 0x10000002AC || Rsvd31 || 0x100000034C | ||
|- | |- | ||
| | | unk (pc?) || 0x1000000200 || fACC || 0x10000002B0 || {{cellcolors|#7698FF|#000000}}COP0 additional registers | ||
|-style="background-color:#EEEFF2" | |-style="background-color:#EEEFF2" | ||
| | | hi/lo (2 x 64?) || 0x1000000210 || {{cellcolors|#7698FF|#000000}}FPU CTRL (FCR) || || real Pcr0 || 0x1000000350 | ||
|- | |||
| sa || 0x1000000220 || cp1cond || 0x10000002B4 || real Pcr1 || 0x1000000358 | |||
|--style="background-color:#EEEFF2" | |||
| || || fpu ver || 0x10000002B8 || {{cellcolors|#7698FF|#000000}}"Fake" registers | |||
|- | |- | ||
| | | || || fpu sticky || 0x10000002BC || Uknown || 0x1000000360 | ||
|-style="background-color:#EEEFF2" | |--style="background-color:#EEEFF2" | ||
| | | || || fpu ctrl || 0x10000002C0 || current PC || 0x1000000368 | ||
|- | |||
| || || 2CF unknown || 0x10000002C4 || Delta counter || 0x1000000370 <pre>(Passed cycles, likely decrementer). | |||
Evt check is performed on branch test when 0. | |||
Fastforwardclock set this to 0, | |||
advanceclock subtract value from this fake reg)</pre> | |||
|--style="background-color:#EEEFF2" | |||
| || || || || Cycles (need work) || 0x1000000378 | |||
|- | |- | ||
|} | |} | ||
=Open CL and Floats= | |||
PS4 native Floating point supports and OpenCL info, for both CPU, and GPU. Understanding of floating points conversion is very important in emulating PS2. | |||
<br>Below info comes from this [https://gist.github.com/masterzorag/06cadbc5fbe7d3375704fc52518f434e#file-gistfile1-md gist] | |||
<br>There you can find more info about PS4 OpenCL. | |||
==CPU== | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Info !! Value | |||
! | |||
! | |||
! | |||
|- | |- | ||
| | | Device Name || CXD90026AG - DG1002FGF84HT | ||
|- | |- | ||
| | | Device Vendor || AuthenticAMD | ||
|- | |- | ||
| | | Device Vendor ID || 0x1022 | ||
|- | |- | ||
| | | Device OpenCL C Version || OpenCL C 1.2 pocl | ||
|- | |- | ||
| | | Device Type || CPU | ||
|- | |- | ||
| | | Max compute units || 8 | ||
|- | |- | ||
| | | Max work item dimensions || 3 | ||
|- | |- | ||
| | | Max work item sizes || 4096x4096x4096 | ||
|- | |- | ||
| | | Max work group size || 4096 | ||
|- | |- | ||
| | | Preferred work group size multiple || 8 | ||
|- | |||
! Half-precision Floating-point support !! (n/a) | |||
! | |||
! | |||
! | |||
|- | |- | ||
! Single-precision Floating-point support !! (core) | |||
|- | |- | ||
| | | Denormals || Yes | ||
|- | |- | ||
| | | Infinity and NANs || Yes | ||
|- | |- | ||
| | | Round to nearest || Yes | ||
|- | |- | ||
| | | Round to zero || Yes | ||
|- | |- | ||
| | | Round to infinity || Yes | ||
|- | |- | ||
| | | IEEE754-2008 fused multiply-add || No | ||
|- | |- | ||
| | | Support is emulated in software || No | ||
|- | |- | ||
| | | Correctly-rounded divide and sqrt operations|| Yes | ||
|- | |- | ||
! Double-precision Floating-point support !! (cl_khr_fp64) | |||
! | |||
|- | |- | ||
| Denormals || Yes | | Denormals || Yes | ||
Line 2,269: | Line 2,100: | ||
| Round to infinity || Yes | | Round to infinity || Yes | ||
|- | |- | ||
| IEEE754-2008 fused multiply-add || | | IEEE754-2008 fused multiply-add || Yes | ||
|- | |- | ||
| Support is emulated in software || No | | Support is emulated in software || No | ||
|- | |- | ||
! Execution capabilities !! | |||
|- | |- | ||
| Run OpenCL kernels || Yes | |||
| Run OpenCL kernels || Yes | |||
|- | |- | ||
| Run native kernels || Yes | | Run native kernels || Yes | ||
Line 2,312: | Line 2,125: | ||
|} | |} | ||
== GPU == | ==GPU== | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
Line 2,410: | Line 2,223: | ||
|} | |} | ||
= PS3 | =PS3 Config support= | ||
Emulator support configs in format known from ps2_netemu/ps2classic from PS3. This feature was officially used in Arc the Lad Twilight of the Spirits ps2-ps4 classic.<br/> | |||
To enable ps3 style config add this to config-emu-ps4.txt: | |||
*--lopnor-config=1 | |||
*--ps2-title-id=TITLE-ID | |||
Config file need to be in folder ...'''/patches/{TITLE-ID}/''' and file need to have name '''{TITLE-ID}_lopnor.cfgbin'''. title id need to be in XXXX-YYYYY format (ex. SLUS-12345). | |||
<br>Example path: /patches/SLUS-12345/SLUS-12345_lopnor.cfgbin | |||
<br>Tester confirmed that configs work like that. We don't even need to edit them, they work as is. | |||
'''Config repository:''' https://github.com/Zarh/ManaGunZ/tree/master/pkgfiles/USRDIR/sys/CONFIG | |||
Just download as raw file, and rename correctly. | |||
'''<big>Please keep in mind that not all commands are recognized,</big>''' only 0x01 (can depend on emu revision), 0x09, 0x0A, 0x0B, 0x0F, 0x10, 0x26, 0x27, 0x42. | |||
For example Rayman 3 config Does not work due to unsupported command.<br> | |||
Command 0x07 is NOT recognized, but can be manually translated to cli config (to: --vu-xgkick-delay=value). Same goes for 0x11 (--vu0-accurate-addsub-range can be used).<br> | |||
*Configs explained in text form: https://github.com/Zarh/Get_CONFIG/blob/master/log.txt | *Configs explained in text form: https://github.com/Zarh/Get_CONFIG/blob/master/log.txt | ||
*More about PS3 style | *More about PS3 style configs/commands: https://www.psdevwiki.com/ps3/PS2_Emulation#Game_CONFIG | ||
* | *Log from loading that kind of config: https://pastebin.com/ZpUyU8DE | ||
=Known issues= | |||
List of known issues in the Ps2 emulator | |||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! Issue !! Games affected !! Solution !! Description | ! Issue !! Games affected !! Solution !! Description | ||
|- | |- | ||
| No support for EE Cache || Ice Age 2, DOA2: Extreme, Nascar 2009, Barnyard, [https://github.com/PCSX2/pcsx2/issues/2248 Others]|| Lua patches to the EE memory and picking the right emulator || | | <pre>No support for EE Cache</pre> || <pre>Ice Age 2, DOA2: Extreme, Nascar 2009, Barnyard,</pre> [https://github.com/PCSX2/pcsx2/issues/2248 Others]|| <pre>Lua patches to the EE memory and picking the right emulator</pre> || <pre>It's not a ps4 issue per say since these issues are also encountered by Pcsx2. but Pcsx2 does have support for EE cache, though it doesn't use it to fix these games because emulating EE cache is extremely slow. so that's why the Pcsx2 team decided to use pnach patches to fix this issue.</pre> | ||
|- | |- | ||
| | |<pre> VU0/COP2 is not running in sync with EE core </pre>|| <pre>24 The Game, ATV Quad Power Racing 2, Twisted Metal Head-On, Primal, Ghosthunter, Rayman Arena, Rayman 3, Largo winch. All games using M-bit.</pre> [https://github.com/PCSX2/pcsx2/issues/4439 other games affected by COP2 timing] || <pre>ee hook AdvanceClock or fastforwardclock commands on affected addresses, Most of the time it will be CTC2 instructions that are affected</pre> || [[Talk:PS2_Classics_Emulator_Compatibility_List#Rayman_3:_Hoodlum_havoc | Rayman 3's fix for example]] <pre>This issue can also be replicated on Pcsx2 if you overclock the EE by +3</pre> | ||
|- | |- | ||
| | | <pre>No roundmode support for VU/FPU </pre>|| <pre>Koun, Tony hawk games, Devil may cry 3, Gun, TY the Tasmanian Tiger 3, Beyond Good & Evil, MTX Mototrax, Tony hawk games, Many others</pre> || <pre>Lua patches to the EE memory</pre> || | ||
|- | |- | ||
| | | <pre>No M-Bit support</pre> || '''Every game that uses M-Bit'''. <pre>Totally Spies! Totally Party, Mike Tyson Heavyweight Boxing, My Street, Crash Twinsanity, Marvel Nemesis, Panzer Elite Action - Fields of Glory, Super Monkey Ball Adventure, most Eko Software games, and many more.</pre> [https://github.com/PCSX2/pcsx2/pull/3593] || <pre>Lua patches to the EE memory</pre> || <pre>M-bit: Only applicable for VU0. Ends interlock on a single QMTC2.I/CTC2.I instruction, allowing the EE to continue execution</pre> | ||
|- | |- | ||
| | | <pre>Wrong read speed for double layer disc games</pre> || <pre>Shadowman, Arctic thunder, every game that's listed to require CDVD_READ_DELAY in the bios patches.</pre> [https://github.com/PCSX2/pcsx2/pull/3877 and many other affected games] || Setting <pre> --cdvd-sector-seek-cycles=0.1</pre> at a very low value for faster Disc reading || Also known in sony's bios as CDVD_READ_DELAY | ||
|- | |- | ||
| | | <pre>In-accurate VU0/VU1/COP2 emulation</pre> || <pre>Sly cooper games, Crash twinsanity, Crazy frog racer, Rayman 3, Koei tecmo games, Klonoa 2, others.</pre> || <pre>Choosing a VU accurate emulator such as Roguev1 or Kof2000 with the right clamping commands</pre> || <pre>The issue leads to SPS and graphical issues and sometimes freezing.</pre> | ||
|- | |- | ||
| | | <pre>In-accurate Multiply/Divide/Add/Subtract instructions</pre> || <pre>Max payne, Bully, Jackie chan adventures, Wild arms 3, Pac-man World 3, Others </pre>|| <pre>Addsub/Muldiv Cli commands</pre> || <pre>Causes many geometry issues and black screens. Sony reduced the accuracy of these instructions to improve performance</pre> | ||
|- | |- | ||
| | | <pre>Multitap doesn't support all games</pre> || <pre>Urban reign, many others</pre> || None || | ||
| | |||
| | |||
|- | |- | ||
|} | |} | ||
=Tutorials= | |||
==Emulator's grammar== | |||
'''This list was made since most of the emulator's commands are hard to comprehend for most users.''' | |||
<pre> | |||
Insn = Instruction | |||
Addsub = Add / Subtract (MATH) | |||
muldiv = Multiply / Divide (MATH) | |||
opt = Optimize (?) | |||
jr = Jump register | |||
ad = Address (?) | |||
inst = Instant (?) | |||
Scalar = A multiplier for the selected value | |||
</pre> | |||
= | ==CLI== | ||
'''Making a comment inside the CLI, and making the CLI.''' | |||
<pre> | <pre> | ||
#You can make a comment inside a cli by using a Hashtag (#) | |||
#Your comments will be fully ignored if they are in the same line as the hashtag | |||
#As for hyphens, (--) they are used in a cli so that the ps4 considers it a command | |||
#And as for the equals, (=) everything that comes after it is the value that the command will use | |||
--vu1-mpg-cycles=1000 | |||
#On a lua hyphens (--) mean it is a comment, but on the cli it's the start of the command. | |||
--ee-cycle-scalar=1.6 | |||
#Some cli commands support multiple values. | |||
--ee-hook=0x0028A578,AdvanceClock,,1000 | |||
</pre> | |||
= | ==LUA== | ||
'''Making a lua''' | |||
<pre> | |||
When making a lua there is 1 part that is always necessary (Apirequest) | |||
and 2 parts that are almost always necessary (Object) (Object's commands). | |||
By order it goes like this: | |||
1. Apirequest | |||
2. Object calling, gsobj/eeobj/iopobj, etc | |||
3. the object's command | |||
You cannot call an object without first requesting an api, as that will cause a crash. | |||
and you most certainly cannot use an object's command without calling the object first | |||
For instance you cannot use | |||
iopObj.ReadMem32(0x400000) | |||
Without first having | |||
local iopObj = getIOPObject() | |||
</pre> | |||
''' | '''Making a comment inside the lua''' | ||
<pre> | <pre> | ||
-- You can make a comment in a lua by using two hyphens (--) | |||
-- Your comments will be ignored by the lua | |||
-- author=refraction | |||
apiRequest(0.1) | |||
local eeObj = getEEObject() | |||
local emuObj = getEmuObject() | |||
local patcher = function() | |||
eeObj.WriteMem32(0x0037EB14,0x4b000460) | |||
end | |||
emuObj.AddVsyncHook(patcher) | |||
</pre> | </pre> | ||
'''PS2 BIOS | = PS2 Bios = | ||
==Description== | |||
The PS2 bios is the file '''PS20220WD20050620.crack''' included in every PS2 game .pkg. It Is '''exactly''' the same BIOS that Sony used in ps2_netemu.self in PS3. Due to lack of many X modules homebrew compatibility is limited, and many of those need to be recompiled to use non X versions of modules, or need to load open source versions of them thru mc/cdvd. Important non X module that is missing is libsd, and homebrew that need it, will most likely fail to boot, or error. | |||
<br>Bios is know to blacklist some titles, and refuse to boot them. This include all titles with 00000000 000000A0 flag from that [[PS2_Emulation#Game_ID/DiscID in PS20220WD20050620.crack | list (click here)]] | |||
<br>'''More about the bios''' | |||
<pre> | <pre> | ||
Bios version seems to be Developement v2.20 from Japan region (22/01/2007), but it's of course not limited to booting only NTSC-J games. | |||
MD5: 83AD2B530C9C102A561BA1CDC6D996D5 | Emulator not support USB peripherals, but this seems to be not limitation of BIOS, as it is used also in CECH C/E PS3 consoles. | ||
There are signs that different bios version exist, named PS20190AC20030623_nordram_miniOSD.bin. This bios have included handy extensions for debugging, and can debug print with "debug osd verbosity" from CLI set to "verbose". Most noticeable difference for both bios files seems to be special RDRAM module.</pre> | |||
<br>'''PS20220WD20050620.crack file MD5: 83AD2B530C9C102A561BA1CDC6D996D5''' | |||
While PS3 emulators patch bios to preferred region, emulator used in PS4 use so called CallHook which is known better for pcsx2 users as fastboot. No need to describe patch here, just look at PCSX2 fastboot code. It's literally the same code, but PS4 emus don't have patches for different bios revisions. | |||
== Files inside ROM image == | ==Files inside ROM image== | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 2,690: | Line 2,517: | ||
| KERNEL || 0x1BB7E0 || The EE kernel || BIN | | KERNEL || 0x1BB7E0 || The EE kernel || BIN | ||
|} | |} | ||
Description source: https://gist.github.com/uyjulian/25291080f083987d3f3c134f593483c5 | Description source: https://gist.github.com/uyjulian/25291080f083987d3f3c134f593483c5 | ||
== Game_ID/DiscID in PS20220WD20050620.crack == | == Game_ID/DiscID in PS20220WD20050620.crack == | ||
<pre>There are 193 titleIDs listed inside XPARAM2.ELF file of PS2 | <pre>There are 193 titleIDs listed inside XPARAM2.ELF file of PS2 Bios included in PS20220WD20050620.crack. XPARAM2.ELF is called by OSDSYS, then ID check is performed. If titleID match to one of included in the table, different IOP emulation settings are applied. This include blacklisting for some specific titles. | ||
Original PS2 bios from models with emulated IOP, include similar list file called XPARAM.ELF. Title IDs there are not the same, although some of them exist on both lists.</pre> | |||
{| class="wikitable sortable" || | {| class="wikitable sortable" || | ||
|- | |- | ||
! Command !! Name | ! Command !! Name !! Fix on ps4 / Explanation | ||
|- | |- | ||
| 0x00 || TITLE_MASK | | 0x00 || TITLE_MASK || Black-listed games if 0xA0000000 value | ||
|- | |- | ||
| 0x01 || SIO2_MASK | | 0x01 || SIO2_MASK || | ||
|- | |- | ||
| 0x02 || DEV9_MASK | | 0x02 || DEV9_MASK || Emulates dummy ethernet connection | ||
|- | |- | ||
| 0x03 || USB_MASK | | 0x03 || USB_MASK || | ||
|- | |- | ||
| 0x04 || SIF_DMA_SYNC | | 0x04 || SIF_DMA_SYNC || | ||
|- | |- | ||
| 0x05 || SIF_DMA_LOAD | | 0x05 || SIF_DMA_LOAD || | ||
|- | |- | ||
| 0x06 || DMAC_CH10_INT_DELAY | | 0x06 || DMAC_CH10_INT_DELAY || | ||
|- | |- | ||
| 0x07 || MECHA_RECOGTIME | | 0x07 || MECHA_RECOGTIME || | ||
|- | |- | ||
| 0x08 || CPU_DELAY | | 0x08 || CPU_DELAY || Most likely --iop-cycle-scalar=0.1 | ||
|- | |- | ||
| 0x09 || DEV5_INT_SPEED | | 0x09 || DEV5_INT_SPEED || | ||
|- | |- | ||
| 0x0A || CDVD_READ_DELAY | | 0x0A || CDVD_READ_DELAY || the cli command cdvd-sector-seek-cycles | ||
|- | |- | ||
| 0x0B || SPU2_BEHAVIOR | | 0x0B || SPU2_BEHAVIOR || | ||
|- | |- | ||
|} | |} | ||
Line 3,226: | Line 3,052: | ||
└── trophy_data | └── trophy_data | ||
└── SLES-50326_trophies.lua | └── SLES-50326_trophies.lua | ||
</pre> | </pre> | ||
= Links = | =Links= | ||
These links can Assist you in improving your knowledge about ps2 emulation | |||
* | *Ps2 Hardware Documentation: https://psi-rockin.github.io/ps2tek/ | ||
* | * GS title fix guide https://pastebin.com/yf802Up3 | ||
* | *PS3 custom configs: https://www.psdevwiki.com/ps3/PS2_Custom_Configs | ||
* | *More info about the playstation 4's PS2 emulator can be found here: http://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/ , But please note that Some of the information in this post can be in-accurate, Such as Clamping options | ||
* | *More emulator configurations examples: https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List | ||
* | * Ps2dis https://www.romhacking.net/utilities/692/ | ||
* | *Current Gameindex Settings: https://raw.githubusercontent.com/PCSX2/pcsx2/master/bin/resources/GameIndex.yaml | ||
* | *Known Pcsx2 Issues https://github.com/PCSX2/pcsx2/issues?q=is%3Aissue | ||
* | *Pcsx2's old and New pull requests https://github.com/PCSX2/pcsx2/pulls?q=is%3Apr | ||
*A thread dedicated to sharing patches for unplayable games https://forums.pcsx2.net/Thread-Fixing-unplayable-games | |||
* Old gameindex.yaml just in case pcsx2 removes the patches https://raw.githubusercontent.com/Scalerize/pcsx2/master/bin/resources/GameIndex.yaml | |||
{{Reverse Engineering}} | {{Reverse Engineering}} | ||
<noinclude> | <noinclude>[[Category:Main]]</noinclude> | ||
[[Category:Main]] | |||
</noinclude> |