yuzu-android/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: Ensure all uses of disable_count are balanced 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 general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
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 general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
constants.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04: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
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_timing_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.cpp kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
cpu_manager.h kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
device_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.cpp Rework CoreTiming 2022-07-10 06:59:40 +01:00
hardware_interrupt_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
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 core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
perf_stats.h general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
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 Settings: eliminate rescaling_factor. 2021-11-16 22:11:27 +01:00
telemetry_session.h