yuzu/src/core
Lioncash 2de2bb980e kernel/physical_core: Make use of std::unique_ptr
shared_ptr was used in 2d1984c20c due to a
misunderstanding of how the language generates move constructors and
move assignment operators.

If a destructor is user-provided, then the compiler won't generate the
move constructor and move assignment operators by default--they must be
explicitly opted into.

The reason for the compilation errors is due to the fact that the
language will fall back to attempting to use the copy constructor/copy
assignment operators if the respective move constructor or move
assignment operator is unavailable.

Given that we explicitly opt into them now, the the move constructor and
move assignment operators will be generated as expected.
2020-01-30 18:42:40 -05:00
..
arm System: Address Feedback 2020-01-27 09:54:11 -04:00
crypto
file_sys Merge pull request #3151 from FearlessTobi/fix-korean 2020-01-30 15:09:55 -05:00
frontend
gdbstub Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 2020-01-26 14:07:22 -04:00
hle kernel/physical_core: Make use of std::unique_ptr 2020-01-30 18:42:40 -05:00
loader loader: provide default arguments (zero byte) to NSOs 2020-01-22 20:14:06 -08:00
memory
tools
CMakeLists.txt Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 2020-01-26 14:07:22 -04:00
constants.cpp
constants.h
core_manager.cpp System: Address Feedback 2020-01-27 09:54:11 -04:00
core_manager.h System: Address Feedback 2020-01-27 09:54:11 -04:00
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp System: Address Feedback 2020-01-27 09:54:11 -04:00
core.h Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 2020-01-26 14:07:22 -04:00
cpu_manager.cpp core/cpu_manager: Remove unused includes 2020-01-30 18:30:57 -05:00
cpu_manager.h System: Address Feedback 2020-01-27 09:54:11 -04:00
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
memory.cpp core/memory: Create a special MapMemoryRegion for physical memory. 2020-01-18 08:38:47 +01:00
memory.h core/memory: Create a special MapMemoryRegion for physical memory. 2020-01-18 08:38:47 +01:00
perf_stats.cpp
perf_stats.h
reporter.cpp
reporter.h
settings.cpp
settings.h Input: UDP Client to provide motion and touch controls 2020-01-23 20:55:26 +01:00
telemetry_session.cpp
telemetry_session.h