Skip to content

Commit

Permalink
Update source/orbis_jbc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jun 23, 2024
1 parent f1a942a commit 7e88449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/orbis_jbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@ int patch_save_libraries(void)
savedata_patch = scesavedata_patches_1100; // 1001 have the same offsets as 1100 for libSceSaveData
shellcore_patch = shellcore_patches_1001;
break;

/*
case 0x1050:
savedata_patch = scesavedata_patches_1100; // 1050 have the same offsets as 1100 for libSceSaveData
shellcore_patch = shellcore_patches_1050;
break;

*/
case 0x1100:
savedata_patch = scesavedata_patches_1100;
shellcore_patch = shellcore_patches_1100;
Expand Down

0 comments on commit 7e88449

Please sign in to comment.