yuzu-mainline/src/core/hle/kernel
Lioncash 7de8e36343 svc: Localize the GetInfo enum class to the function itself
Nothing from this enum is intended to be used outside of this function.
2018-10-26 12:49:14 -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
client_port.h
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
mutex.h
object.cpp
object.h
process.cpp process: LoadModule should clear JIT instruction cache. 2018-10-25 18:03:54 -04:00
process.h svc: Implement svcGetInfo command 0xF0000002 2018-10-26 12:49:11 -04:00
resource_limit.cpp
resource_limit.h
scheduler.cpp svc: Implement svcGetInfo command 0xF0000002 2018-10-26 12:49:11 -04:00
scheduler.h svc: Implement svcGetInfo command 0xF0000002 2018-10-26 12:49:11 -04:00
server_port.cpp kernel/server_port: Simplify emptiness check within ShouldWait() 2018-10-24 14:24:36 -04:00
server_port.h
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 svc: Localize the GetInfo enum class to the function itself 2018-10-26 12:49:14 -04:00
svc.h svc: Localize the GetInfo enum class to the function itself 2018-10-26 12:49:14 -04:00
thread.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
thread.h svc: Implement svcGetInfo command 0xF0000002 2018-10-26 12:49:11 -04:00
timer.cpp
timer.h
vm_manager.cpp Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 2018-10-25 18:03:54 -04:00
vm_manager.h Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 2018-10-25 18:03:54 -04:00
wait_object.cpp
wait_object.h