mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Android: Add graphics mods support to CheatsActivity
This commit is contained in:
parent
45f6d36c45
commit
8f410bff15
13 changed files with 349 additions and 15 deletions
|
@ -69,6 +69,14 @@ jclass GetPatchCheatClass();
|
|||
jfieldID GetPatchCheatPointer();
|
||||
jmethodID GetPatchCheatConstructor();
|
||||
|
||||
jclass GetGraphicsModGroupClass();
|
||||
jfieldID GetGraphicsModGroupPointer();
|
||||
jmethodID GetGraphicsModGroupConstructor();
|
||||
|
||||
jclass GetGraphicsModClass();
|
||||
jfieldID GetGraphicsModPointer();
|
||||
jmethodID GetGraphicsModConstructor();
|
||||
|
||||
jclass GetRiivolutionPatchesClass();
|
||||
jfieldID GetRiivolutionPatchesPointer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue