PS4CheatsManager
PS4CheatsManager copied to clipboard
Add game patch support
Add game patches from @illusion0001
- [ ] add a new
Patches
main menu - [ ] list and parse game patch files
- [ ] patch files path:
/data/GoldHEN/patches/json
- [ ] allow patches updating from the web (download + unzip)
- [ ] allow enabling/disabling patches
3-5 are completed on my branch https://github.com/illusion0001/GoldHEN_Cheat_Manager/commit/e799eade9a92ff398342d34233512d891afadc6d. though I have yet to figure out how to use list_append
method at this time.
3-5 are completed on my branch illusion0001@e799ead. though I have yet to figure out how to use
list_append
method at this time.
Great, I'll work on 1-2 and then we can merge your changes into the game-patch-support
branch to test if everything works as expected 👍