We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b72a3a commit f615d9aCopy full SHA for f615d9a
launcher/source/main.c
@@ -22,7 +22,7 @@ int main(int argc, char **argv) {
22
param.args = strlen(path + 1);
23
param.argp = path;
24
25
- ret = sctrlKernelLoadExecVSHWithApitype(0x141, path, ¶m);
+ ret = sctrlKernelLoadExecVSHWithApitype(PSP_INIT_APITYPE_MS2, path, ¶m);
26
27
sceKernelExitGame();
28
return ret;
0 commit comments