mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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