CwCheat Support
|
06-12-2013, 03:18 PM
(This post was last modified: 06-12-2013 03:31 PM by VIRGIN KLM.)
![]() |
|||
|
|||
RE: CwCheat Support
I think I just did that some posts above but I bet it's not the same one between different ranges. You could try it though.
Also I forgot to mention one thing about cheats detection. There are some cheats like, let's say, you can select which stage you want to load. Usualy (well I guess always, but it may be a bit more complicated than just that) it's the address that is responsible for the stage it will load and then comes a 2 digit value that specifies which stage it will load (from 00 to FF). Cheats usually have them wildcarded as "XX" so the user will edit them manualy, it should look like: _L 0x1234567 0x00000XX I guess on PPSSPP if you have a cheat like that accidentaly, it will result into an instant crash. You could avoid it by checking if the values contain any non HEX range values so everything else than 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F will make PPSSPP simply ignore the cheat like it's deactivated. It would be proven also good in case there is a small typo on the cheats that somebody may have not detected, so it won't crash PPSSPP! ![]() |
|||
« Next Oldest | Next Newest »
|