yuzu/src/core/hle/kernel
Lioncash f59040d752 kernel/shared_memory: Get rid of the use of global accessor functions within Create()
Given we already pass in a reference to the kernel that the shared
memory instance is created under, we can just use that to check the
current process, rather than using the global accessor functions.

This allows removing direct dependency on the system instance entirely.
2019-03-04 16:52:36 -05:00
..
address_arbiter.cpp address_arbiter: Use nested namespaces where applicable 2019-02-16 12:41:30 -05:00
address_arbiter.h address_arbiter: Use nested namespaces where applicable 2019-02-16 12:41:30 -05:00
client_port.cpp
client_port.h
client_session.cpp
client_session.h
errors.h kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
handle_table.cpp kernel/handle_table: Make local variables as const where applicable 2019-02-25 11:12:38 -05:00
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
kernel.cpp core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
kernel.h core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
mutex.cpp
mutex.h
object.cpp kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
object.h kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
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 kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
process.cpp kernel/handle_table: Allow process capabilities to limit the handle table size 2019-02-25 11:12:32 -05:00
process.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
scheduler.h
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h
shared_memory.cpp kernel/shared_memory: Get rid of the use of global accessor functions within Create() 2019-03-04 16:52:36 -05:00
shared_memory.h
svc_wrap.h
svc.cpp core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
svc.h
thread.cpp core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
thread.h
vm_manager.cpp
vm_manager.h
wait_object.cpp
wait_object.h
writable_event.cpp
writable_event.h