yuzu/src/core
comex e31cb50405 Fix "explicitly defaulted but implicitly deleted" warning
`PhysicalCore`'s move assignment operator was declared as `= default`,
but was implicitly deleted because `PhysicalCore` has fields
of reference type.  Switch to explicitly deleting it to avoid a Clang
warning.

The move *constructor* is still defaulted, and is required to exist due
to the use of `std::vector<PhysicalCore>`.
2020-12-06 19:02:04 -05:00
..
arm core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
crypto Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
file_sys system_version: Update to 11.0.0 2020-12-05 16:08:03 +11:00
frontend Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
hle Fix "explicitly defaulted but implicitly deleted" warning 2020-12-06 19:02:04 -05:00
loader core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
memory core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
network core: Fix clang build pt.3 2020-10-21 22:14:23 -04:00
tools freezer: Move entry finding to its own function 2020-08-06 03:11:21 -04:00
CMakeLists.txt core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
constants.cpp
constants.h
core_timing_util.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing_util.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
core.cpp core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
core.h core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
cpu_manager.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
memory.h
perf_stats.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
perf_stats.h perf_stats: Mark GetMeanFrametime() as const 2020-08-03 12:33:35 -04:00
reporter.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
reporter.h
settings.cpp core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
settings.h Merge pull request #4937 from german77/multiUDP 2020-12-01 11:47:37 -08:00
telemetry_session.cpp patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00
telemetry_session.h patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00