aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h
AgeCommit message (Expand)Author
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-08-18SVC: Added support for svc_GetSystemTick.bunnei
2014-07-07function_wrappers: Fixed incorrect wrapper, added another.bunnei
2014-06-13HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...bunnei
2014-06-13SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.bunnei
2014-06-13SVC: Cleaned up function wrappers to pass in correct argument types.bunnei
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