summaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Fix QueryMemory response for MemoryInfo.Gravatar bunnei2017-10-191-15/+3
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-47/+61
|\
| * SVC: Remove GetPointer usage in CreatePort.Gravatar Subv2017-10-041-4/+2
| * SVC: Replace GetPointer usage with ReadCString in ConnectToPort.Gravatar Subv2017-10-041-15/+0
| * SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.Gravatar Subv2017-10-041-2/+2
| * SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.Gravatar Subv2017-10-041-3/+2
| * SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.Gravatar Subv2017-10-041-4/+4
* | arm: Use 64-bit addressing in a bunch of places.Gravatar bunnei2017-09-301-1/+1
|/
* Merge pull request #2793 from Subv/replyandreceiveGravatar Sebastian Valle2017-06-291-10/+13
|\
| * Kernel/SVC: Partially implemented svcReplyAndReceive.Gravatar Subv2017-06-251-10/+13
* | Kernel: Fix SVC wrapper for CreatePortGravatar Yuri Kunde Schlesner2017-06-231-3/+2
* | Kernel: Implement CreateSession SVCGravatar Yuri Kunde Schlesner2017-06-221-0/+10
|/
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-1/+1
* Fix OutputDebugString syscallGravatar Michael Theall2017-04-011-2/+2
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-30/+30
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-211-8/+8
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-30/+30
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-35/+68
* Kernel/SVC: Implemented svcCreatePort.Gravatar Subv2016-06-111-0/+10
* Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-121-1/+2
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-121-0/+1
* HLE/SVC: Implement UnmapMemoryBlock.Gravatar Subv2016-01-141-0/+4
* Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-301-0/+8
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-161-0/+8
* Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-251-1/+1
|\
| * Core\HLE : Fix WarningGravatar zawata2015-07-171-1/+1
* | Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-171-0/+12
* | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-171-2/+10
|/
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-161-3/+14
* 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