mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Android: Implement basic read-only cheats list
This commit is contained in:
parent
ee3a5a4a81
commit
4d609c769f
19 changed files with 636 additions and 0 deletions
|
@ -57,4 +57,16 @@ jmethodID GetNetworkHelperGetNetworkGateway();
|
|||
|
||||
jmethodID GetBooleanSupplierGet();
|
||||
|
||||
jclass GetARCheatClass();
|
||||
jfieldID GetARCheatPointer();
|
||||
jmethodID GetARCheatConstructor();
|
||||
|
||||
jclass GetGeckoCheatClass();
|
||||
jfieldID GetGeckoCheatPointer();
|
||||
jmethodID GetGeckoCheatConstructor();
|
||||
|
||||
jclass GetPatchCheatClass();
|
||||
jfieldID GetPatchCheatPointer();
|
||||
jmethodID GetPatchCheatConstructor();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue