mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
modules/SceThreadmgr: Return 1 as the process id (#3148)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user