yuzu/src/core/hle/kernel
Lioncash f1382cf0e7 core: Remove Core::CurrentProcess()
This only encourages the use of the global system instance (which will
be phased out long-term). Instead, we use the direct system function
call directly to remove the appealing but discouraged short-hand.
2019-10-06 13:53:12 -04:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
client_session.h
code_set.cpp
code_set.h VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
errors.h
handle_table.cpp
handle_table.h kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
hle_ipc.cpp
hle_ipc.h HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 2019-05-18 19:53:39 +02:00
kernel.cpp
kernel.h
mutex.cpp
mutex.h
object.cpp
object.h
physical_memory.h
process.cpp VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
process.h
process_capability.cpp kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
process_capability.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp
scheduler.h
server_port.cpp kernel/server_port: Return a std::pair from CreatePortPair() 2019-04-06 01:36:53 -04:00
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
svc.cpp
svc.h
svc_wrap.h
thread.cpp kernel/process: Decouple TLS handling from threads 2019-07-03 20:31:40 -04:00
thread.h
transfer_memory.cpp
transfer_memory.h
vm_manager.cpp
vm_manager.h
wait_object.cpp
wait_object.h
writable_event.cpp
writable_event.h