Android: Implement basic read-only cheats list

This commit is contained in:
JosJuice
2021-07-17 19:47:11 +02:00
parent ee3a5a4a81
commit 4d609c769f
19 changed files with 636 additions and 0 deletions

View File

@ -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