yuzu/src/core/hle/kernel
Lioncash bef1844a51 core_timing: Make TimedCallback take std::chrono::nanoseconds
Enforces our desired time units directly with a concrete type.
2020-07-15 19:41:22 -04:00
..
memory
address_arbiter.cpp ARM: Addapt to new Exclusive Monitor Interface. 2020-06-27 11:35:50 -04:00
address_arbiter.h
client_port.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
client_port.h
client_session.cpp
client_session.h
code_set.cpp
code_set.h
errors.h
handle_table.cpp
handle_table.h
hle_ipc.cpp HLE_IPC: Correct HLE Event behavior on timeout. 2020-06-27 11:36:03 -04:00
hle_ipc.h
kernel.cpp core_timing: Make TimedCallback take std::chrono::nanoseconds 2020-07-15 19:41:22 -04:00
kernel.h General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
mutex.cpp Clang Format. 2020-06-27 11:36:14 -04:00
mutex.h Clang Format. 2020-06-27 11:36:14 -04:00
object.cpp
object.h
physical_core.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
physical_core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
physical_memory.h
process_capability.cpp
process_capability.h
process.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
process.h
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp core_timing,scheduler: Use std::scoped_lock when possible 2020-06-28 21:42:57 -03:00
scheduler.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
server_port.cpp
server_port.h
server_session.cpp core_timing: Make TimedCallback take std::chrono::nanoseconds 2020-07-15 19:41:22 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_types.h
svc_wrap.h SVC: Implement 32-bits wrappers and update Dynarmic. 2020-06-27 11:36:27 -04:00
svc.cpp SVC: Implement 32-bits wrappers and update Dynarmic. 2020-06-27 11:36:27 -04:00
svc.h
synchronization_object.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
synchronization_object.h General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
synchronization.cpp Synchronization: Correct wide Assertion. 2020-06-27 11:35:43 -04:00
synchronization.h
thread.cpp Kernel: Correct Host Context on Threads and Scheduler. 2020-06-27 11:36:15 -04:00
thread.h Kernel: Correct Host Context on Threads and Scheduler. 2020-06-27 11:36:15 -04:00
time_manager.cpp core_timing: Make TimedCallback take std::chrono::nanoseconds 2020-07-15 19:41:22 -04:00
time_manager.h Kernel: Fixes, corrections and asserts to scheduler and different svcs. 2020-06-27 11:35:40 -04:00
transfer_memory.cpp
transfer_memory.h
writable_event.cpp
writable_event.h