mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 03:47:07 -05: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