aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/function_wrappers.h
AgeCommit message (Expand)Author
2018-01-02hle: Move SVC code to kernel namespace.bunnei
2017-12-31function_wrappers: Cleanup, fix warnings, remove unused code.bunnei
2017-12-28svc: Implement MapMemory.bunnei
2017-12-28svc: Implement SetHeapSize.bunnei
2017-10-23svc: Implement GetThreadId and GetProcessId.bunnei
2017-10-19hle: Fix QueryMemory response for MemoryInfo.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-04SVC: Remove GetPointer usage in CreatePort.Subv
2017-10-04SVC: Replace GetPointer usage with ReadCString in ConnectToPort.Subv
2017-10-04SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.Subv
2017-10-04SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.Subv
2017-10-04SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.Subv
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei
2017-06-29Merge pull request #2793 from Subv/replyandreceiveSebastian Valle
2017-06-25Kernel/SVC: Partially implemented svcReplyAndReceive.Subv
2017-06-23Kernel: Fix SVC wrapper for CreatePortYuri Kunde Schlesner
2017-06-22Kernel: Implement CreateSession SVCYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-04-01Fix OutputDebugString syscallMichael Theall
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-05-12Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv
2015-11-30Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner
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