- 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
- May 20, 2014
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues) - added handle types for all different CTROS handles
-
bunnei authored
README: Update wiki links
-
archshift authored
-
bunnei authored
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code
-
bunnei authored
-
bunnei authored
-
bunnei authored
Fixes issues with building Citra on OSX
-