Skip to content

Commit

Permalink
Merge pull request #419 from schm1dtmac/osk_plugin_qwerty
Browse files Browse the repository at this point in the history
Spoof version for osk_plugin
  • Loading branch information
JoseAaronLopezGarcia authored Oct 25, 2024
2 parents 784a310 + 3bd9ab7 commit 2bc140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systemctrl/src/syspatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static void ARKSyspatchOnModuleStart(SceModule2 * mod)
}

// unlocks variable bitrate on old homebrew
if (strcmp(mod->modname, "sceMp3_Library") == 0){
if (strcmp(mod->modname, "sceMp3_Library") == 0 || strcmp(mod->modname, "sceVshOSK_Module") == 0){
hookImportByNID(mod, "SysMemUserForUser", 0xFC114573, &sctrlHENFakeDevkitVersion);
goto flush;
}
Expand Down

0 comments on commit 2bc140d

Please sign in to comment.