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