summaryrefslogtreecommitdiffstats
path: root/src/core/hle/function_wrappers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'threading'bunnei2014-05-231-2/+12
|\
| * added stubbed function for WaitSynchronizationNbunnei2014-05-181-1/+6
| |
| * - added SVC stubs for QueryMemory and GetThreadIdbunnei2014-05-161-0/+5
| | | | | | | | - added SVC structs MemoryInfo and PageInfo
| * added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)bunnei2014-05-141-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift2014-05-171-9/+23
|\|
| * - 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
* | Problematic template functionsarchshift2014-04-281-15/+0
|/
* 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