Skip to content

Commit

Permalink
Spoof version for osk_plugin
Browse files Browse the repository at this point in the history
Enables QWERTY layout on all software (hopefully)
  • Loading branch information
schm1dtmac authored Oct 25, 2024
1 parent 784a310 commit 3bd9ab7
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 3bd9ab7

Please sign in to comment.