index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
errors.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SVC: WaitSynchronization add Termination Pending Result.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
kernel: errors: Add ERR_OUT_OF_RESOURCES.
bunnei
2020-04-17
1
-0
/
+1
*
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
1
-0
/
+1
*
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
1
-0
/
+2
|
\
|
*
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
1
-0
/
+1
|
*
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
1
-0
/
+1
*
|
svc: Implement SetThreadActivity (thread suspension)
Luke Street
2018-12-04
1
-1
/
+1
|
/
*
kernel/errors: Clean up error codes
Lioncash
2018-11-16
1
-52
/
+22
*
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
1
-8
/
+0
*
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-10-24
1
-2
/
+0
*
kernel/error: Remove leftover 3DS error codes
Lioncash
2018-10-24
1
-5
/
+0
*
kernel/error: Add error code for invalid pointers
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/error: Add error code for closed sessions
Lioncash
2018-10-24
1
-1
/
+3
*
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-11
1
-0
/
+2
*
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
1
-0
/
+2
*
Merge pull request #1313 from lioncash/error
bunnei
2018-09-17
1
-1
/
+2
|
\
|
*
kernel/errors: Amend error code for ERR_NOT_FOUND
Lioncash
2018-09-13
1
-1
/
+2
*
|
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-14
1
-0
/
+2
|
/
*
kernel/errors: Correct error codes for invalid thread priority and invalid processor ID
Lioncash
2018-09-12
1
-3
/
+5
*
kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED
Lioncash
2018-08-25
1
-2
/
+4
*
kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG
Lioncash
2018-08-25
1
-2
/
+1
*
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-25
1
-2
/
+2
*
kernel/error: Add error code for invalid memory permissions
Lioncash
2018-08-25
1
-2
/
+3
*
kernel/error: Correct kernel error code for invalid combination
Lioncash
2018-08-25
1
-1
/
+2
*
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-21
1
-0
/
+2
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-4
/
+6
*
Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.
Subv
2018-05-31
1
-0
/
+2
*
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-21
1
-0
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
1
-0
/
+2
*
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
1
-2
/
+7
*
errors: Define missing kernel error codes.
bunnei
2017-12-31
1
-0
/
+3
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-74
/
+20
*
Kernel: Implement AcceptSession SVC
Yuri Kunde Schlesner
2017-06-23
1
-0
/
+5
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-0
/
+98