1
0
Fork 0
forked from suyu/suyu
suyu/src
bunnei f5c7c15434 Kernel: Added real support for thread and event blocking
- 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.
2014-06-13 09:51:02 -04:00
..
citra updated how we call ARM core to make things much faster 2014-05-17 11:59:18 -04:00
citra_qt qt: updated disassembler to show 2X as many instructions 2014-06-05 01:08:54 -04:00
common log: updated MAX_LOGLEVEL to use correct log level enum type 2014-06-01 11:49:58 -04:00
core Kernel: Added real support for thread and event blocking 2014-06-13 09:51:02 -04:00
video_core Update FlipFramebuffer 2014-05-08 18:05:30 +02:00
CMakeLists.txt fixes to build on linux 2014-04-22 19:42:29 -07:00