yuzu/src/core
2020-06-27 11:36:17 -04:00
..
arm ARMDynarmicInterface: Correct GCC Build Errors. 2020-06-27 11:36:17 -04:00
crypto
file_sys
frontend
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle Kernel: Correct Host Context on Threads and Scheduler. 2020-06-27 11:36:15 -04:00
loader
memory
tools
CMakeLists.txt General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
constants.cpp
constants.h
core_timing_util.cpp SingleCore: Use Cycle Timing instead of Host Timing. 2020-06-27 11:36:01 -04:00
core_timing_util.h SingleCore: Use Cycle Timing instead of Host Timing. 2020-06-27 11:36:01 -04:00
core_timing.cpp CoreTiming: Correct rebase bugs and other miscellaneous things. 2020-06-27 11:36:11 -04:00
core_timing.h SingleCore: Use Cycle Timing instead of Host Timing. 2020-06-27 11:36:01 -04:00
core.cpp Core: Split Microprofile Dynarmic timing per Core 2020-06-27 11:36:10 -04:00
core.h Clang Format. 2020-06-27 11:36:14 -04:00
cpu_manager.cpp General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. 2020-06-27 11:36:09 -04:00
cpu_manager.h General: Correct rebase, sync gpu and context management. 2020-06-27 11:36:08 -04:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp General: Initial Setup for Single Core. 2020-06-27 11:35:42 -04:00
memory.h ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
perf_stats.cpp FrameLimiting: Enable frame limiting for single core. 2020-06-27 11:36:01 -04:00
perf_stats.h
reporter.cpp
reporter.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h