yuzu/src/core/hle/kernel
Lioncash 5d46038c5c kernel/resource_limit: Clean up interface
Cleans out the citra/3DS-specific implementation details that don't
apply to the Switch. Sets the stage for implementing ResourceLimit
instances properly.

While we're at it, remove the erroneous checks within CreateThread() and
SetThreadPriority(). While these are indeed checked in some capacity,
they are not checked via a ResourceLimit instance.

In the process of moving out Citra-specifics, this also replaces the
system ResourceLimit instance's values with ones from the Switch.
2018-11-19 18:16:39 -05:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
client_session.h
errors.h
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp
hle_ipc.h
kernel.cpp kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
kernel.h kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
mutex.cpp
mutex.h
object.cpp
object.h
process.cpp kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
process.h
resource_limit.cpp kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
resource_limit.h kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
scheduler.cpp
scheduler.h
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_wrap.h
svc.cpp kernel/resource_limit: Clean up interface 2018-11-19 18:16:39 -05:00
svc.h
thread.cpp
thread.h
timer.cpp
timer.h
vm_manager.cpp ldr_ro: Add error check for memory allocation failure 2018-11-17 21:40:26 -05:00
vm_manager.h
wait_object.cpp
wait_object.h