aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h
AgeCommit message (Expand)Author
2015-07-25Merge pull request #888 from zawata/Warning-Fixes-2Yuri Kunde Schlesner
2015-07-17Kernel/SVC: Implemented svcQueryProcessMemorySubv
2015-07-17Kernel/SVC: Implemented svcQueryMemory.Subv
2015-07-17Core\HLE : Fix Warningzawata
2015-06-16kernel: Fix svcWaitSynch to always acquire requested wait objects.bunnei
2015-05-16Implement svcBreakarchshift
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-01-30SVC: Use CASCADE_RESULT in SVC handlersYuri Kunde Schlesner
2015-01-30SVC: Change return type of handlers to ResultCodeYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08SVC: Implemented the Timer service calls.Subv
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
2014-12-20License changepurpasmart96
2014-12-13SVC: Implemented ReleaseSemaphore.Subv
2014-12-13SVC: Implemented svcCreateSemaphoreSubv
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