aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h
AgeCommit message (Expand)Author
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei
2014-06-01svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...bunnei
2014-06-01svc: added missing function wrapper for SleepThreadbunnei
2014-05-29svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...bunnei
2014-05-28hle: properly cast 64-bit function wrapper parameters to (u64)bunnei
2014-05-28hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...bunnei
2014-05-17added stubbed function for WaitSynchronizationNbunnei
2014-05-15- added SVC stubs for QueryMemory and GetThreadIdbunnei
2014-05-13added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...bunnei
2014-05-06- added debug logging to syscall.cppbunnei
2014-05-01- added some function wrappers for HLEbunnei
2014-04-16added a new function wrapperbunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei