yuzu-mainline/src/core/hle/kernel
2020-06-27 11:35:14 -04:00
..
memory memory_manager: Remove useless assertion 2020-06-25 16:35:58 +10: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
errors.h
handle_table.cpp kernel: Don't fail silently 2020-04-29 14:53:53 +10:00
handle_table.h
hle_ipc.cpp Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG 2020-06-24 22:50:27 +10:00
hle_ipc.h hle_ipc: Eliminate core memory globals 2020-05-03 12:57:40 -04:00
kernel.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
kernel.h General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
mutex.cpp SVC: Correct ArbitrateUnlock 2020-06-27 11:35:14 -04:00
mutex.h SVC: Correct ArbitrateUnlock 2020-06-27 11:35:14 -04:00
object.cpp
object.h
physical_core.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
physical_core.h General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
physical_memory.h
process_capability.cpp kernel: Don't fail silently 2020-04-29 14:53:53 +10:00
process_capability.h
process.cpp SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
process.h
readable_event.cpp SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
readable_event.h
resource_limit.cpp kernel: ResourceLimit::Reserve remove useless while loop 2020-05-29 13:48:01 +10:00
resource_limit.h
scheduler.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
scheduler.h General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
server_port.cpp
server_port.h
server_session.cpp hle_ipc: Eliminate core memory globals 2020-05-03 12:57:40 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp shared_memory: Amend doxygen reference 2020-04-23 18:42:14 -04:00
shared_memory.h shared_memory: Amend doxygen reference 2020-04-23 18:42:14 -04:00
svc_types.h
svc_wrap.h
svc.cpp SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
svc.h
synchronization_object.cpp
synchronization_object.h SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
synchronization.cpp SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
synchronization.h
thread.cpp SVC: Correct ArbitrateUnlock 2020-06-27 11:35:14 -04:00
thread.h SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 2020-06-27 11:35:13 -04:00
time_manager.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
time_manager.h
transfer_memory.cpp
transfer_memory.h
writable_event.cpp
writable_event.h