Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mutex: fixed typo in ReleaseMutex | bunnei | 2014-05-30 | 1 | -1/+3 |
* | mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions | bunnei | 2014-05-28 | 1 | -0/+6 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 1 | -0/+11 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 1 | -2/+6 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 1 | -0/+5 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -14/+14 |
* | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 2014-05-21 | 1 | -2/+12 |
* | mutex: initial commit of HLE module | bunnei | 2014-05-21 | 1 | -0/+122 |