summaryrefslogtreecommitdiffstats
path: root/src/core/hle/function_wrappers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)bunnei2014-05-141-1/+1
|
* - added debug logging to syscall.cppbunnei2014-05-071-1/+11
| | | | - added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
* - added some function wrappers for HLEbunnei2014-05-021-8/+12
| | | | | - added stub for SVC CreateAddressArbiter - added OutputDebugString SVC
* added a new function wrapperbunnei2014-04-171-0/+5
|
* - fixed tabs in function_wrappers.hbunnei2014-04-171-268/+273
| | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+726