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 135: | Line 135: | ||
* '''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|#b3e0ff|#000000}}''Performance'' || ✔ || ✔ || ✔ || ? || || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
| {{cellcolors|#ff8080|#000000}}''Crashes'' || ✔ || ✔ || || ✔ || ✔ || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
| {{cellcolors|#ffff99|#000000}}''Broken graphics'' || ✔ || || ✔ || ✔ || || ✔|| ✔ || ✔ || | |||
|- | |||
| {{cellcolors|#b3ffb3|#000000}}''Glitches'' || || || || ✔ || || ✔ || ✔ || ✔ || ✔ | |||
|- | |||
|} | |||
'''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 == |