2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
2020-06-27 11:36:25 -04:00
..
arm ArmDynarmic32: Setup CNTPCT correctly 2020-06-27 11:36:24 -04:00
crypto
file_sys Merge pull request #4099 from MerryMage/macOS-build 2020-06-19 23:31:04 -04:00
frontend
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle SVC: Add GetThreadPriority32 & SetThreadPriority32 2020-06-27 11:36:25 -04:00
loader
memory General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
tools General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
CMakeLists.txt General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
constants.cpp
constants.h
core.cpp Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 2020-06-27 11:36:20 -04:00
core.h Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 2020-06-27 11:36:20 -04:00
core_timing.cpp CoreTiming: Correct rebase bugs and other miscellaneous things. 2020-06-27 11:36:11 -04:00
core_timing.h Audio: Correct buffer release for host timing. 2020-06-27 11:36:23 -04:00
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
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 General: Add Asserts 2020-06-27 11:35:21 -04:00
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 service: Update function tables 2020-04-20 15:53:49 -04:00
settings.cpp Add a "Mute Audio" hotkey 2020-06-26 06:03:29 +02:00
settings.h Add a "Mute Audio" hotkey 2020-06-26 06:03:29 +02:00
telemetry_session.cpp
telemetry_session.h