shadPS4/src/core/libraries/kernel/threads
Stephen Miller f4531fd927
Core: Remove checks for symbol version_major and version_minor (#3540)
* Remove checks for module version_major and version_minor

Following this rule broke linking for some libraries, and introduced extra effort needed to get some homebrew running.

* Clang

* Fix rebase

* Disable libSceSsl HLE

Real hardware uses a title workaround to determine if base libSceSsl is needed. Currently, this title workaround applies to absolutely nothing.
2025-09-08 19:30:03 -07:00
..
condvar.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
event_flag.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
exception.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
exception.h kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
mutex.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
pthread_attr.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
pthread_clean.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
pthread_spec.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
pthread.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
pthread.h kernel: Clean up and fix some mistakes. (#2907) 2025-05-11 14:22:17 -07:00
rwlock.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
semaphore.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
sleepq.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
sleepq.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
stack.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
tcb.cpp Core: Remove checks for symbol version_major and version_minor (#3540) 2025-09-08 19:30:03 -07:00
thread_state.cpp core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
thread_state.h kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00