Editing PSP 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 1: | Line 1: | ||
=='''PSPHD'''== | =='''PSPHD'''== | ||
The new ps plus psp emulator has a lot of undiscovered functionalities, it even allows patches directly to the emulated Allegrex cpu. | |||
The | Sadly sony has not made it easy for users to use CLI commands because sony mostly uses lua patches for the psp releases, thus, not many cli commands were needed to be added. Very few commands have a description to their usage inside of the eboot.bin, everything else is just guesswork from the scene. The psp emulator has not gained the same popularity as the ps2 emulator because currently, there is an unofficial PPSSPP core in the unofficial retroarch port for the ps4. and as far as the compatibility and performance goes, the retroarch core is second to no one. This emulator may still hold potential, though sadly it does not seem to have support for gamedata installation and that has led to render many games unplayable. | ||
== Commands == | == Commands == | ||
'''Known functions:''' Require cleanup. | '''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'''. | |||
<br>The rest of the | |||
=== CLI commands === | === CLI commands === | ||
These commands can be added to any of these files: | These commands can be added to any of these files: | ||
Line 74: | Line 18: | ||
|- | |- | ||
| --notrophies || || Enable/disable trophies|| | | --notrophies || || Enable/disable trophies|| | ||
|- | |- | ||
| --locale || || || | | --locale || || || | ||
Line 112: | Line 54: | ||
|- | |- | ||
| --depthscalehack || true?, false? || ||--depthscalehack=true | | --depthscalehack || true?, false? || ||--depthscalehack=true | ||
|- | |||
| --texloadcores || 0, 100 || textures to load || texloadcores=2 | |||
|- | |||
| --smoothlevel || 0, 100 || Mesh smoothing level? || --smoothlevel=0 | |||
|- | |||
| --anisolevel || 0, 100 || Anisotropic filtering level?? || | |||
|- | |- | ||
| --depthscalehack || true?, false? || ||--depthscalehack=true | | --depthscalehack || true?, false? || ||--depthscalehack=true | ||
Line 123: | Line 71: | ||
| || Game fixes || || | | || Game fixes || || | ||
|- | |- | ||
| --godofwarhack || true, false || Likely a performance patch for games that go | | --godofwarhack || true, false || Likely a performance patch for games that go the fps cap. Managed to help '''God Of War - Ghost Of Sparta''' skip intro freeze and it could possibly be a speedhack. [https://github.com/hrydgard/ppsspp/pull/15640 Might be this?]|| --godofwarhack=true | ||
|-style="background-color:#03fcc2" | |-style="background-color:#03fcc2" | ||
| || No effect / unknown values || || | | || No effect / unknown values || || | ||
|- | |- | ||
| --parappajapanesefonthack || true?, false? || Enables Support For Japanese Fonts ??|| --parappajapanesefonthack=true | | --parappajapanesefonthack || true?, false? || Enables Support For Japanese Fonts ??|| --parappajapanesefonthack=true | ||
Line 150: | Line 92: | ||
|- | |- | ||
|-style="background-color:#7698FF" | |-style="background-color:#7698FF" | ||
| || Speedhacks | | || Speedhacks || || | ||
|- | |- | ||
| --antialias || off || Turning Anti-Alias Off Improves Performance||--antialias=off | | --antialias || off || Turning Anti-Alias Off Improves Performance||--antialias=off | ||
Line 169: | Line 111: | ||
|- | |- | ||
| --texrecent || true || Optimize texture hashes ||--texrecent=true | | --texrecent || true || Optimize texture hashes ||--texrecent=true | ||
|} | |} | ||
Line 225: | Line 134: | ||
===XXXXYYYYY_patches.lua=== | ===XXXXYYYYY_patches.lua=== | ||
Your lua can be placed as '''scripts\XXXXYYYYY_patches.lua''' | |||
<br>'''Requires Cleanup'''. | |||
====Emulator commands==== | ====Emulator commands==== | ||
Line 424: | Line 334: | ||
|GetReg||axObj.GetReg()|| | |GetReg||axObj.GetReg()|| | ||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| Memory editing || || Do note that the offsets on PPSSPP are | | Memory editing || || Do note that the offsets on PPSSPP are different than the ones on the PS4 | ||
|- | |- | ||
| ReadMem32 || axObj.ReadMem32() || Read 4 bytes from offset | | ReadMem32 || axObj.ReadMem32() || Read 4 bytes from offset | ||
Line 478: | Line 388: | ||
[https://www.psdevwiki.com/ps4/Talk:PSP_Emulator_Compatibility_List#Official_PSPemu_Configuration_Files More patches can be found here] | [https://www.psdevwiki.com/ps4/Talk:PSP_Emulator_Compatibility_List#Official_PSPemu_Configuration_Files More patches can be found here] | ||
=====Patches.lua===== | =====Patches.lua===== | ||
'''An official lua created by sony for Patapon 2''' | |||
<pre> | <pre> | ||
-- Lua 5.3 | -- Lua 5.3 | ||
Line 955: | Line 794: | ||
== Emulators == | == Emulators == | ||
<pre>Every emulator is programmed in a | <pre>Every emulator is programmed in a different way, sometimes choosing the right emulator is the only possible way to fix a game. Emulators are not provided pre-installed on the ps4, they have to be unpacked from a backup that's downloaded from the ps store from that specific game. this list includes The typical usage of some of The emulators.</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 ( | ! Emulator !! Usage !! API Version !! Similar emulators (Usage) | ||
|- | |- | ||
| Echochrome || The default psp emulator for PSPFPKG tool at the time of writing and the best in terms of compatibility. || ? || ? | | Echochrome || The default psp emulator for PSPFPKG tool at the time of writing and the best in terms of compatibility. || ? || ? | ||
Line 972: | Line 811: | ||
|- | |- | ||
| PaRappa the Rapper || An unofficial emulator developed by sony with very bad compatibility || ? || ? | | PaRappa the Rapper || An unofficial emulator developed by sony with very bad compatibility || ? || ? | ||
|- | |- | ||
|} | |} | ||
==Memory mapping== | ==Memory mapping== | ||
<br>'''Note''': The memory | <br>'''Note''': The memory in PPSSPP is 0x4000 offsets ahead of the memory on the PS4 | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | ||
! | ! Offset From !! Offset To !! Name | ||
|- | |- | ||
| || | | 0x1008000000 || 0x10887FFFFF || Allegrex memory(?) | ||
|- | |- | ||
|} | |} | ||
== | ==Register map== | ||
<br>Registers | <br>Registers with (?) are untested. | ||
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;" | |||
{| | ! Register !! Offset | ||
! | |||
! | |||
|- | |- | ||
| | | v0 || 0x200414CB0 | ||
|- | |- | ||
| v1 || 0x200414CB4 | |||
| v1 || 0x200414CB4 | |||
|- | |- | ||
| a0 || 0x200414CB8 | | a0 || 0x200414CB8 | ||
|- | |- | ||
| | | a1 || 0x200414CBC? | ||
|- | |- | ||
| | | a2 || 0x200414CC0? | ||
|- | |- | ||
| | | a3 || 0x200414CC4? | ||
|- | |- | ||
| | | t0 || 0x200414CC8? | ||
|- | |- | ||
| | | t1 || 0x200414CCC? | ||
|- | |- | ||
| | | t2 || 0x200414CD0? | ||
|- | |- | ||
| | | t3 || 0x200414CD4? | ||
|- | |- | ||
| | | t4 || 0x200414CD8? | ||
|- | |- | ||
| | | t5 || 0x200414CDC? | ||
|- | |- | ||
| | | t6 || 0x200414CE0? | ||
|- | |- | ||
| | | t7 || 0x200414CE4? | ||
|- | |- | ||
| | | s0 || 0x200414CE8? | ||
|- | |- | ||
| | | s1 || 0x200414CEC? | ||
|- | |- | ||
| | | s2 || 0x200414CF0? | ||
|- | |- | ||
| | | s3 || 0x200414CF4? | ||
|- | |- | ||
| | | s4 || 0x200414CF8? | ||
|- | |- | ||
| | | s5 || 0x200414CFC? | ||
|- | |- | ||
| | | s6 || 0x200414D00? | ||
|- | |- | ||
| | | s7 || 0x200414D04? | ||
|- | |- | ||
| | | t8 || 0x200414D08? | ||
|- | |- | ||
| | | t9 || 0x200414D0C? | ||
|- | |- | ||
| | | k0 || 0x200414D10 | ||
|- | |- | ||
| | | k1 || 0x200414D14 | ||
|- | |- | ||
| | | gp || 0x200414D18 | ||
|- | |- | ||
| | | sp || 0x200414D1C | ||
|- | |- | ||
| | | fp || 0x200414D20 | ||
|-style="background-color:#D7EF54" | |||
| ra || 0x200414D24 | |||
|- | |- | ||
| | | ? || 0x20AD14D28 | ||
|- | |- | ||
| | | last syscall? || 0x20AD14D2C | ||
|-style="background-color:#7698FF" | |||
| pc || 0x200414D34 | |||
|- | |||
| | |||
|- | |- | ||
| | | hi || 0x200414D38 | ||
|- | |- | ||
| | | lo || 0x200414D3C | ||
|- | |- | ||
|} | |} | ||
Line 1,171: | Line 904: | ||
! Issue !! Games affected !! Solution !! Description | ! Issue !! Games affected !! Solution !! Description | ||
|- | |- | ||
| - || || || | |||
|- | |||
|- | |- | ||
|} | |} | ||
Line 1,181: | Line 910: | ||
=LUA include files= | =LUA include files= | ||
<br>Files that need to be placed in the '''/lua_include/''' folder | <br>Files that need to be placed in the '''/lua_include/''' folder | ||
'''ax-gpr-alias.lua''' | '''ax-gpr-alias.lua''' | ||
Line 1,579: | Line 1,173: | ||
│ ├── ax-gpr-alias.lua | │ ├── ax-gpr-alias.lua | ||
│ ├── multiapp.lua | │ ├── multiapp.lua | ||
│ └── pad.lua | │ └── pad.lua | ||
├── scripts | ├── scripts |