mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-24 20:36:24 -05:00
f5c7c15434
- SVC: Added ExitThread support - SVC: Added SignalEvent support - Thread: Added WAITTYPE_EVENT for waiting threads for event signals - Thread: Added support for blocking on other threads to finish (e.g. Thread::Join) - Thread: Added debug function for printing current threads ready for execution - Thread: Removed hack/broken thread ready state code from Kernel::Reschedule - Mutex: Moved WaitCurrentThread from SVC to Mutex::WaitSynchronization - Event: Added support for blocking threads on event signalling Kernel: Added missing algorithm #include for use of std::find on non-Windows platforms. |
||
---|---|---|
.. | ||
arm | ||
elf | ||
file_sys | ||
hle | ||
hw | ||
CMakeLists.txt | ||
core.cpp | ||
core.h | ||
core.vcxproj | ||
core.vcxproj.filters | ||
core_timing.cpp | ||
core_timing.h | ||
loader.cpp | ||
loader.h | ||
mem_map.cpp | ||
mem_map.h | ||
mem_map_funcs.cpp | ||
system.cpp | ||
system.h |