[Discussion] 60FPS patches for PSP games that run at 30FPS
|
03-18-2015, 08:53 AM
Post: #342
|
|||
|
|||
RE: 60FPS patches for PSP games that run at 30FPS
Another one, half of it is pretty much same as from the first post, but I fixed it for 60 fps:
Code: _S NPJH-50588 ---------------------- @GamerzHell9137 copy address of each line you need to change and changed instructions then you can follow this template: _C0 name of the cheat _L 0x2aaaaaaa 0xbbbbbbbb with as many _L lines as you need where: aaaaaaa = address_from_disassembly - 8800000(you can use standard windows calculator in programmer mode after setting "hex" if you can't do it in memory. bbbbbbbb = value you want to write, for nop that would be 00000000 That's pretty much all you need for asm cheats, I also add 0xE type code to stop them from refreshing, but it's really not important with short cheats. You can see different code types for example in here under cw cheat. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|