Merge pull request #213 from shadps4-emu/hle/trophies

A better stub for trophies
This commit is contained in:
georgemoralis 2024-06-25 18:38:35 +03:00 committed by GitHub
commit 8f45be7d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 92 additions and 23 deletions

View file

@ -1278,6 +1278,7 @@ int PS4_SYSV_ABI scePthreadOnce(int* once_control, void (*init_routine)(void)) {
[[noreturn]] void PS4_SYSV_ABI scePthreadExit(void* value_ptr) {
pthread_exit(value_ptr);
UNREACHABLE();
}
void pthreadSymbolsRegister(Core::Loader::SymbolsResolver* sym) {