yuzu-mainline/src/core/hle/kernel
Lioncash 1fb4bebb63 kernel/errors: Remove now-unused, unnecessary, error codes
Now that we've gotten the innaccurate error codes out of the way, we can
finally toss away a bunch of these, trimming down the error codes to
ones that are actually used and knocking out two TODO comments.
2018-10-24 14:58:37 -04:00
..
address_arbiter.cpp core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 2018-10-15 14:15:56 -04:00
address_arbiter.h
client_port.cpp Added forward define for ServerPort 2018-10-06 17:47:33 +10:00
client_port.h Added forward define for ServerPort 2018-10-06 17:47:33 +10:00
client_session.cpp
client_session.h
errors.h kernel/errors: Remove now-unused, unnecessary, error codes 2018-10-24 14:58:37 -04:00
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
hle_ipc.h kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
kernel.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
kernel.h kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
mutex.cpp kernel/mutex: Amend behavior of TransferMutexOwnership() 2018-10-06 01:13:02 -04:00
mutex.h
object.cpp kernel/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
object.h kernel/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
process.cpp core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 2018-10-15 14:15:56 -04:00
process.h kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
resource_limit.cpp
resource_limit.h
scheduler.cpp kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
scheduler.h kernel/scheduler: Take ARM_Interface instance by reference in the constructor 2018-09-25 16:00:17 -04:00
server_port.cpp kernel/server_port: Simplify emptiness check within ShouldWait() 2018-10-24 14:24:36 -04:00
server_port.h Ported #4296 from citra 2018-10-06 16:49:01 +10:00
server_session.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION 2018-10-24 14:54:36 -04:00
shared_memory.h
svc_wrap.h svc: Implement svcGetProcessInfo 2018-10-13 17:00:43 -04:00
svc.cpp kernel/svc: Amend returned error code for invalid priorities in CreateThread 2018-10-24 14:11:11 -04:00
svc.h svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 2018-10-14 20:11:16 -04:00
thread.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
thread.h kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
timer.cpp
timer.h
vm_manager.cpp svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 2018-10-18 02:01:21 -04:00
vm_manager.h svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 2018-10-18 02:01:21 -04:00
wait_object.cpp kernel/thread: Make all instance variables private 2018-10-04 00:14:15 -04:00
wait_object.h kernel/object: Remove unnecessary std::move from DynamicObjectCast() 2018-09-28 02:17:57 -04:00