yuzu-mainline/src/core
2022-07-14 22:47:18 -04:00
..
arm kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
crypto common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
debugger gdbstub_arch: Directly access SP register 2022-06-30 12:47:40 -04:00
file_sys core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
frontend core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
hid service: hid: Correct some mistakes and add more validations 2022-06-28 19:14:55 -05:00
hle kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
loader general: fix compilation on MinGW GCC 12 2022-06-13 20:09:32 -04:00
memory PR 2022-07-10 08:29:37 +01:00
network
tools Rework CoreTiming 2022-07-10 06:59:40 +01:00
CMakeLists.txt core: kernel: Replace instances of KPageLinkedList with KPageGroup 2022-06-26 20:21:45 -05:00
constants.cpp
constants.h
core_timing_util.h
core_timing.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
core_timing.h Rework CoreTiming 2022-07-10 06:59:40 +01:00
core.cpp kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
core.h kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
cpu_manager.cpp kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
cpu_manager.h kernel: use KScheduler from mesosphere 2022-07-14 22:47:18 -04:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
hardware_interrupt_manager.h
hardware_properties.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
memory.cpp core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
memory.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
perf_stats.cpp
perf_stats.h
reporter.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
reporter.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
telemetry_session.cpp
telemetry_session.h