- Jun 16, 2014
- Jun 14, 2014
-
-
https://github.com/bunnei/citrabunnei authored
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
-
- Jun 13, 2014
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)
-
bunnei authored
-
bunnei authored
Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
-
bunnei authored
- 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.
-
- Jun 12, 2014
-
-
Tony Wasserka authored
-
bunnei authored
-
archshift authored
-
bunnei authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-