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
Lioncash 00a1d106bd key_manager: Make use of canonical deleted operator=
operator= typically returns a reference, it's not void.

While we're at it, we can correct the parameter formatting to adhere to the
codebase.
2020-07-01 00:21:31 -04:00
..
arm Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
crypto key_manager: Make use of canonical deleted operator= 2020-07-01 00:21:31 -04:00
file_sys Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10:00
frontend
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10: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 ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00
constants.cpp
constants.h
core.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core_timing.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -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
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