summaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement svcBreakGravatar archshift2015-05-161-0/+4
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-2/+2
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-3/+3
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-091-0/+7
* SVC: Use CASCADE_RESULT in SVC handlersGravatar Yuri Kunde Schlesner2015-01-301-4/+0
* SVC: Change return type of handlers to ResultCodeGravatar Yuri Kunde Schlesner2015-01-301-42/+37
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-0/+2
* SVC: Implemented the Timer service calls.Gravatar Subv2015-01-081-0/+6
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-311-0/+7
* License changeGravatar purpasmart962014-12-201-1/+1
* SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-131-0/+7
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-131-0/+7
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* SVC: Added support for svc_GetSystemTick.Gravatar bunnei2014-08-181-18/+42
* function_wrappers: Fixed incorrect wrapper, added another.Gravatar bunnei2014-07-071-2/+9
* HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...Gravatar bunnei2014-06-131-0/+6
* SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.Gravatar bunnei2014-06-131-31/+19
* SVC: Cleaned up function wrappers to pass in correct argument types.Gravatar bunnei2014-06-131-722/+63
* svc: updated WaitSynchronizationN to properly use first pointer argumentGravatar bunnei2014-06-021-1/+3
* svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...Gravatar bunnei2014-06-011-15/+22
* svc: added missing function wrapper for SleepThreadGravatar bunnei2014-06-011-0/+4
* svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...Gravatar bunnei2014-05-291-0/+6
* hle: properly cast 64-bit function wrapper parameters to (u64)Gravatar bunnei2014-05-281-2/+2
* hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...Gravatar bunnei2014-05-281-2/+2
* added stubbed function for WaitSynchronizationNGravatar bunnei2014-05-171-1/+6
* - added SVC stubs for QueryMemory and GetThreadIdGravatar bunnei2014-05-151-0/+5
* added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...Gravatar bunnei2014-05-131-1/+1
* - added debug logging to syscall.cppGravatar bunnei2014-05-061-1/+11
* - added some function wrappers for HLEGravatar bunnei2014-05-011-8/+12
* added a new function wrapperGravatar bunnei2014-04-161-0/+5
* - fixed tabs in function_wrappers.hGravatar bunnei2014-04-161-268/+273
* added initial modules for setting up SysCall HLEGravatar bunnei2014-04-101-0/+726