citra/src/core
2022-07-15 10:39:58 +01:00
..
arm Merge pull request from liamwhite/backtrace-again 2022-07-07 23:49:54 -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 KCodeMemory: Mark virtual methods as override 2022-07-15 10:39:58 +01: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 Merge pull request from liamwhite/fiber-supplements 2022-07-05 18:20:39 -04:00
cpu_manager.h common/fiber: make fibers easier to use 2022-07-02 12:33:49 -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