summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/errors.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/svc: Implement svcGetThreadContext()Lioncash2018-09-301-0/+2
* Merge pull request #1313 from lioncash/errorbunnei2018-09-171-1/+2
|\
| * kernel/errors: Amend error code for ERR_NOT_FOUNDLioncash2018-09-131-1/+2
* | kernel/svc: Sanitize heap sizes within svcSetHeapSize()Lioncash2018-09-141-0/+2
|/
* kernel/errors: Correct error codes for invalid thread priority and invalid processor IDLioncash2018-09-121-3/+5
* kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDLioncash2018-08-251-2/+4
* kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGLioncash2018-08-251-2/+1
* kernel/error: Add error code for the handle table being fullLioncash2018-08-251-2/+2
* kernel/error: Add error code for invalid memory permissionsLioncash2018-08-251-2/+3
* kernel/error: Correct kernel error code for invalid combinationLioncash2018-08-251-1/+2
* Kernel/Arbiters: Implement WaitForAddressMichael Scire2018-06-211-0/+2
* Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire2018-06-211-4/+6
* Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.Subv2018-05-311-0/+2
* Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv2018-04-211-0/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* SVC: Implemented CancelSynchronization.Subv2018-01-091-0/+2
* ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.Subv2018-01-091-2/+7
* errors: Define missing kernel error codes.bunnei2017-12-311-0/+3
* hle: Use Switch formatted result codes.bunnei2017-11-011-74/+20
* Kernel: Implement AcceptSession SVCYuri Kunde Schlesner2017-06-231-0/+5
* Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner2017-05-251-0/+98