Editing Talk:PSP Emulator Compatibility List
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 3: | Line 3: | ||
<pre> | <pre> | ||
Configuration files created by users to improve PSP emulator compatibility on PS4. | Configuration files created by users, to improve PSP emulator compatibility on PS4. | ||
</pre> | </pre> | ||
===God Of War - Ghost Of Sparta=== | ===God Of War - Ghost Of Sparta=== | ||
<br>UCUS98732 | |||
<br> | <br>CLI | ||
<pre> | <pre> | ||
--antialias=off | --antialias=off | ||
Line 13: | Line 13: | ||
--forcenobilinear=true | --forcenobilinear=true | ||
</pre> | </pre> | ||
<br>UCUS98732 | <br>UCUS98732 | ||
<br>'''LUA''' | |||
<pre> | <pre> | ||
local axObj = getAXObject() | local axObj = getAXObject() | ||
Line 21: | Line 22: | ||
local patcher = function() | local patcher = function() | ||
axObj.WriteMem32(0x8A15208,0x0) | |||
axObj.WriteMem32(0x08A15210,0x24020000) | axObj.WriteMem32(0x08A15210,0x24020000) | ||
end | end | ||
emuObj.AddVsyncHook(patcher) | emuObj.AddVsyncHook(patcher) | ||
</pre> | </pre> | ||
Line 400: | Line 33: | ||
A place for research and sharing useful info.</pre> | A place for research and sharing useful info.</pre> | ||
===Crash Tag Team Racing=== | ===Crash Tag Team Racing=== | ||
<br>ULUS10044 | <br>ULUS10044 | ||
<pre> | <pre> | ||
Line 408: | Line 40: | ||
===YU-GI-OH! 5D's Tag Force 4=== | ===YU-GI-OH! 5D's Tag Force 4=== | ||
<br>ULUS10481 | <br>ULUS10481 | ||
<pre> | <pre> | ||
Crashes with the RA register being here: 0x088187C0 lb v0,0x4(s0). | |||
But before that, the pc register hits here and crashes later on: 0x08819088 jal zz_sceKernelLoadModule | |||
</pre> | </pre> | ||
Line 425: | Line 50: | ||
<pre>Configuration files extracted from official packages to improve PSP emulator compatibility on PS4 | <pre>Configuration files extracted from official packages to improve PSP emulator compatibility on PS4 | ||
</pre> | </pre> | ||
===Patapon 2=== | ===Patapon 2=== | ||
<br>UCUS98732 | <br>UCUS98732 | ||
<pre> | <pre> |