yuzu/src/core
Lioncash ae93402312 program_metadata: Explicitly specify copy/move functions
The generation of the copy assignment operators are deprecated on being
generated when a user-provided destructor is present.

We can explicitly specify that we desire this behavior to keep the class
forward compatible with future standards.
2021-04-23 09:16:17 -04:00
..
arm common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
crypto common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
file_sys program_metadata: Explicitly specify copy/move functions 2021-04-23 09:16:17 -04:00
frontend input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
hle Merge pull request #6214 from Morph1984/time-fix-kirby-clash 2021-04-21 11:17:58 -07:00
loader common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
memory
network
tools
CMakeLists.txt applets/swkbd: Implement the Normal and Inline Software Keyboard Applet 2021-04-15 01:53:17 -04:00
constants.cpp
constants.h
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
core.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
cpu_manager.cpp
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
perf_stats.h
reporter.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
reporter.h
telemetry_session.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
telemetry_session.h