summaryrefslogtreecommitdiffstats
path: root/src/core/hle/function_wrappers.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-08-19SVC: Added support for svc_GetSystemTick.bunnei1-18/+42
2014-07-08function_wrappers: Fixed incorrect wrapper, added another.bunnei1-2/+9
2014-06-13HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).bunnei1-0/+6
2014-06-13SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.bunnei1-31/+19
2014-06-13SVC: Cleaned up function wrappers to pass in correct argument types.bunnei1-722/+63
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei1-1/+3
2014-06-02svc: cleaned up function_wrappers, updated various SVCs to make use of pointer argumentsbunnei1-15/+22
2014-06-01svc: added missing function wrapper for SleepThreadbunnei1-0/+4
2014-05-30svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixesbunnei1-0/+6
2014-05-29hle: properly cast 64-bit function wrapper parameters to (u64)bunnei1-2/+2
2014-05-29hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parametersbunnei1-2/+2
2014-05-18added stubbed function for WaitSynchronizationNbunnei1-1/+6
2014-05-16- added SVC stubs for QueryMemory and GetThreadIdbunnei1-0/+5
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
2014-05-02- added some function wrappers for HLEbunnei1-8/+12
2014-04-28Problematic template functionsarchshift1-15/+0
2014-04-17added a new function wrapperbunnei1-0/+5
2014-04-17- fixed tabs in function_wrappers.hbunnei1-268/+273
2014-04-11added initial modules for setting up SysCall HLEbunnei1-0/+726