Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes | bunnei | 2014-05-30 | 1 | -0/+6 |
* | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei | 2014-05-29 | 1 | -2/+2 |
* | hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters | bunnei | 2014-05-29 | 1 | -2/+2 |
* | added stubbed function for WaitSynchronizationN | bunnei | 2014-05-18 | 1 | -1/+6 |
* | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 2014-05-16 | 1 | -0/+5 |
* | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) | bunnei | 2014-05-14 | 1 | -1/+1 |
* | - added debug logging to syscall.cpp | bunnei | 2014-05-07 | 1 | -1/+11 |
* | - added some function wrappers for HLE | bunnei | 2014-05-02 | 1 | -8/+12 |
* | added a new function wrapper | bunnei | 2014-04-17 | 1 | -0/+5 |
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 1 | -268/+273 |
* | added initial modules for setting up SysCall HLE | bunnei | 2014-04-11 | 1 | -0/+726 |