mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
_WIN32
This commit is contained in:
parent
0787dc3e89
commit
322fcf7e65
@ -337,7 +337,7 @@ void PS4_SYSV_ABI sched_yield() {
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI posix_getpid() {
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
return GetCurrentProcessId();
|
||||
#else
|
||||
return getpid();
|
||||
|
Loading…
Reference in New Issue
Block a user