2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
2020-06-27 11:35:18 -04:00
..
memory
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
client_session.h
code_set.cpp
code_set.h
errors.h
handle_table.cpp
handle_table.h
hle_ipc.cpp
hle_ipc.h
kernel.cpp
kernel.h
mutex.cpp
mutex.h SVC: Correct ArbitrateUnlock 2020-06-27 11:35:14 -04:00
object.cpp
object.h
physical_core.cpp
physical_core.h
physical_memory.h
process.cpp
process.h
process_capability.cpp
process_capability.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp
scheduler.h
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h Kernel: Refactor synchronization to better match RE 2020-02-11 18:47:31 -04:00
shared_memory.cpp
shared_memory.h
svc.cpp SVC: Add locks to the memory management. 2020-06-27 11:35:18 -04:00
svc.h
svc_types.h
svc_wrap.h
synchronization.cpp
synchronization.h
synchronization_object.cpp
synchronization_object.h SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 2020-06-27 11:35:17 -04:00
thread.cpp
thread.h
time_manager.cpp
time_manager.h
transfer_memory.cpp
transfer_memory.h kernel: transfer_memory: Refactor for new VMM. 2020-04-17 00:59:32 -04:00
writable_event.cpp
writable_event.h