Skip to content

Commit f615d9a

Browse files
committed
launcher: Use enum for api type
1 parent 6b72a3a commit f615d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main(int argc, char **argv) {
2222
param.args = strlen(path + 1);
2323
param.argp = path;
2424

25-
ret = sctrlKernelLoadExecVSHWithApitype(0x141, path, &param);
25+
ret = sctrlKernelLoadExecVSHWithApitype(PSP_INIT_APITYPE_MS2, path, &param);
2626

2727
sceKernelExitGame();
2828
return ret;

0 commit comments

Comments
 (0)