|
|
@ -1395,9 +1395,7 @@ jobjectArray Java_org_yuzu_yuzu_1emu_NativeLibrary_getPatchesForFile(JNIEnv* env |
|
|
FileSys::VirtualFile update_raw; |
|
|
FileSys::VirtualFile update_raw; |
|
|
loader->ReadUpdateRaw(update_raw); |
|
|
loader->ReadUpdateRaw(update_raw); |
|
|
|
|
|
|
|
|
// Get build ID for individual cheat enumeration
|
|
|
|
|
|
auto patches = pm.GetPatches(update_raw); |
|
|
auto patches = pm.GetPatches(update_raw); |
|
|
|
|
|
|
|
|
jobjectArray jpatchArray = |
|
|
jobjectArray jpatchArray = |
|
|
env->NewObjectArray(patches.size(), Common::Android::GetPatchClass(), nullptr); |
|
|
env->NewObjectArray(patches.size(), Common::Android::GetPatchClass(), nullptr); |
|
|
int i = 0; |
|
|
int i = 0; |
|
|
|