summaryrefslogtreecommitdiffstats
path: root/src/core/hle/function_wrappers.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-14added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)bunnei1-1/+1
2014-05-07- added debug logging to syscall.cppbunnei1-1/+11
- added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
2014-05-02- added some function wrappers for HLEbunnei1-8/+12
- added stub for SVC CreateAddressArbiter - added OutputDebugString SVC
2014-04-17added a new function wrapperbunnei1-0/+5
2014-04-17- fixed tabs in function_wrappers.hbunnei1-268/+273
- fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
2014-04-11added initial modules for setting up SysCall HLEbunnei1-0/+726