mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
fixed linux compile?
This commit is contained in:
parent
0228b5861c
commit
3875c00281
@ -1286,7 +1286,7 @@ int PS4_SYSV_ABI scePthreadOnce(int* once_control, void (*init_routine)(void)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI scePthreadGetthreadid() {
|
int PS4_SYSV_ABI scePthreadGetthreadid() {
|
||||||
return (int)g_pthread_self;
|
return (int)(size_t)g_pthread_self;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pthreadSymbolsRegister(Core::Loader::SymbolsResolver* sym) {
|
void pthreadSymbolsRegister(Core::Loader::SymbolsResolver* sym) {
|
||||||
|
Loading…
Reference in New Issue
Block a user