- Jun 13, 2014
-
-
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 05, 2014
-
-
bunnei authored
-
bunnei authored
hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
-
bunnei authored
arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected
-
bunnei authored
-
bunnei authored
-
- Jun 04, 2014
- Jun 03, 2014
- Jun 02, 2014
- Jun 01, 2014
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing)
-
bunnei authored
thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
-
bunnei authored
event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments
-