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
David adbf5ca50b
Merge pull request #4357 from lioncash/unused4
kernel: Remove unused variables
2020-07-17 13:18:31 +10:00
..
arm configure_cpu: Show/Hide debugging options 2020-07-11 16:38:38 +01:00
crypto KeyManager: Prevent writing of invalid keys 2020-07-10 00:39:00 -04:00
file_sys Check for empty section0 and CNMT prior to install 2020-07-16 05:22:51 -04:00
frontend configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle Merge pull request #4357 from lioncash/unused4 2020-07-17 13:18:31 +10:00
loader
memory
tools
CMakeLists.txt hle: service: mii: Rewrite service to properly support creation of random and default miis. 2020-07-11 21:34:59 -04:00
constants.cpp
constants.h constants: Add missing <array> include 2020-07-16 21:43:20 -04:00
core.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core_timing.cpp core_timing,scheduler: Use std::scoped_lock when possible 2020-06-28 21:42:57 -03: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 cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp memory: Set page-table pointers before setting attribute = Memory 2020-07-05 12:54:19 +01:00
memory.h
perf_stats.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
perf_stats.h
reporter.cpp
reporter.h
settings.cpp clang-format 2020-07-14 13:46:42 -04:00
settings.h Merge pull request #4337 from lat9nq/fix-per-game-async 2020-07-16 11:33:51 -04:00
telemetry_session.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
telemetry_session.h