Skip to content

Commit

Permalink
what?
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jan 2, 2025
1 parent 9414590 commit d2f9cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/compat/vita/syspatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void ARKVitaOnModuleStart(SceModule2 * mod){
goto flush;
}

if (strcmp(mod->modname, "sceImpose_Driver") == 0) {
if (strcmp(mod->modname, "sceMediaSync") == 0) {
// perfect time to apply extra memory patch
if (se_config->force_high_memory) unlockVitaMemory(36);
else{
Expand Down

0 comments on commit d2f9cf5

Please sign in to comment.