modules/SceThreadmgr: Return 1 as the process id (#3148)

This commit is contained in:
Macdu
2023-12-30 16:39:47 +01:00
committed by GitHub
parent bef1567a61
commit 74edbed7d3
@@ -1168,8 +1168,8 @@ EXPORT(int, sceKernelGetMsgPipeCreatorId) {
EXPORT(int, sceKernelGetProcessId) {
TRACY_FUNC(sceKernelGetProcessId);
STUBBED("pid: 0");
return 0;
STUBBED("pid: 1");
return 1;
}
EXPORT(uint64_t, sceKernelGetSystemTimeWide) {