fixed linux compile?

This commit is contained in:
georgemoralis 2024-07-04 09:38:25 +03:00
parent 0228b5861c
commit 3875c00281
1 changed files with 1 additions and 1 deletions

View File

@ -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) {