- Jun 12, 2014
-
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
bunnei authored
- removed variable naming starting with "_" - removed "Always break, even after a return" from case statements
-
archshift authored
-
archshift authored
-
- Jun 01, 2014
-
-
bunnei authored
* Remove -fpermissive
-
bunnei authored
Added 'this' reference to num_instructions field so it's properly updated
-
Disruption authored
Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field
-
- May 27, 2014
-
-
bunnei authored
Add initial kernel HLE, includes thread creation and context switching
-
- May 23, 2014
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
https://github.com/citra-emu/citrabunnei authored
-
https://github.com/bunnei/citrabunnei authored
-
bunnei authored
core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructions
-
bunnei authored
svc: added a check to ensure that a service was implemented before attempting to connect to its port
-
bunnei authored
-
- May 22, 2014
-
-
bunnei authored
-
bunnei authored
thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread
-
bunnei authored
-
bunnei authored
-
bunnei authored
thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles
-
- May 21, 2014