9fddba6843APT_U: added a debug log on calling GetLockHandle
bunnei
2014-05-22 18:48:14 -0400
481d936d34arm_interpreter: fixed load context to currently resume a thread
bunnei
2014-05-22 18:47:42 -0400
6a78be5930thread: fixed bug where result of __NextThread was not being properly checked when NULL
bunnei
2014-05-21 21:42:18 -0400
06e3c3d55asvc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles
bunnei
2014-05-21 21:41:40 -0400
706584f007svc: enabled use of newly created kernel thread handle
bunnei
2014-05-20 23:36:35 -0400
eb537c560amutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20 23:23:58 -0400
978e1d4653mutex: initial commit of HLE module
bunnei
2014-05-20 23:03:45 -0400
08e6a9bf89svc: added some comments
bunnei
2014-05-20 22:57:54 -0400
1c5802c35akernel: fixed include, in general include "common.h" not "common_types.h"
bunnei
2014-05-20 22:27:46 -0400
9bf7ce535aservice: removed redundant include of common_types.h
bunnei
2014-05-20 22:27:12 -0400
a721a4eb33arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)
bunnei
2014-05-20 22:26:40 -0400
22eb9a8981armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-20 22:25:40 -0400
203541da11thread: added correct lowest thread priority, added a thread priority check, and added some comments
bunnei
2014-05-20 21:02:35 -0400
bed4e920fathread: exposed ResumeThreadFromWait function for use in other kernel modules
bunnei
2014-05-20 21:00:10 -0400
75c6d2a8fathread: moved threading calls to the Kernel namespace
bunnei
2014-05-20 19:37:46 -0400
0012802456ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-20 18:52:54 -0400
49dc2ce8acARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-20 18:50:16 -0400
143bba2045renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20 18:28:38 -0400
74f9726515Merge pull request #4 from archshift/patch-1
bunnei
2014-05-19 23:44:52 -0400
6655a4751eREADME: Update wiki links
archshift
2014-05-19 20:17:08 -0700
0886dc70edapt: 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
2014-05-19 22:21:17 -0400
f5a119a367thread: added declaration for __KernelReschedule to be used by syscall module
bunnei
2014-05-19 22:19:48 -0400
29930ac110VFP: disable DBG messages because they spam the console with unimportant skyeye junk
bunnei
2014-05-19 22:19:10 -0400
204c6bfecaMerge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-19 21:46:57 -0400
5a8ed196e6common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-19 17:57:35 -0700
9216c96f48CMakeLists: Fixed GLEW include var name, compile flag vars
archshift
2014-05-19 16:33:23 -0700
034e3aabc8Improved clarity and whitespace
archshift
2014-05-19 15:21:55 -0700
3838d46b90added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point
bunnei
2014-05-13 22:00:11 -0400
b87536e82cchanged loader to use __KernelLoadExec
bunnei
2014-05-13 21:58:51 -0400
b5ef630c9cadded CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)
bunnei
2014-05-13 21:58:26 -0400
1583d2b6f3- added __KernelLoadExec function
bunnei
2014-05-13 21:57:12 -0400
ce4d271a53added option to set CPSR register to arm_interface
bunnei
2014-05-11 22:14:13 -0400