ppsspp doesnt support this CWcheat ? 0x2
|
09-09-2014, 09:11 AM
Post: #6
|
|||
|
|||
RE: ppsspp doesnt support this CWcheat ? 0x2
There's another option: In the cheatcw simulation code in PPSSPP, when the cheat is applied and it changes the target memory location (compare with the original value), call MIPSComp::jit->InvalidateCacheAt(addr, 0x40); with some appropriate address. This should make sure that the JIT recompiles that block.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ppsspp doesnt support this CWcheat ? 0x2 - XenoMonado - 09-09-2014, 03:25 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - LunaMoo - 09-09-2014, 06:21 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - XenoMonado - 09-09-2014, 07:23 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - LunaMoo - 09-09-2014, 07:54 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - XenoMonado - 09-09-2014, 08:45 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - Henrik - 09-09-2014 09:11 AM
RE: ppsspp doesnt support this CWcheat ? 0x2 - XenoMonado - 09-10-2014, 12:10 AM
|