mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Implement basic read-only cheats list
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user