suyu/src/core
Lioncash a5ed0c3df7 software_keyboard: Eliminate trivial redundant copies
We can just make use of moves here to get rid of two redundant copies
2020-06-20 01:06:10 -04:00
..
arm arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 2020-06-18 16:52:15 -03:00
crypto Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
file_sys Make copying directory string more concise 2020-05-28 13:33:50 -04:00
frontend frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 2020-05-15 22:22:27 +02:00
gdbstub Merge pull request #3699 from FearlessTobi/port-5185 2020-04-21 22:26:10 -04:00
hle software_keyboard: Eliminate trivial redundant copies 2020-06-20 01:06:10 -04:00
loader loader: nro: Fix process initialization using ProgramMetadata default. 2020-04-20 18:19:45 -04:00
memory memory: cheat_engine: Updates for new VMM. 2020-04-17 00:59:33 -04:00
tools
CMakeLists.txt Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
constants.cpp
constants.h
core.cpp core: system: Rename GetDeviceManager -> DeviceManager. 2020-04-17 00:59:32 -04:00
core.h core: system: Rename GetDeviceManager -> DeviceManager. 2020-04-17 00:59:32 -04:00
core_manager.cpp
core_manager.h
core_timing.cpp
core_timing.h
core_timing_util.cpp
core_timing_util.h
cpu_manager.cpp
cpu_manager.h
device_memory.cpp kernel: memory: page_table: Simplify GetPhysicalAddr impl. 2020-04-17 00:59:35 -04:00
device_memory.h core: hle: Address various feedback & code cleanup. 2020-04-17 00:59:36 -04:00
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp core: memory: Fix memory access on page boundaries. 2020-04-17 00:59:34 -04:00
memory.h core: memory: Updates for new VMM. 2020-04-17 00:59:34 -04:00
perf_stats.cpp
perf_stats.h
reporter.cpp Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
reporter.h service: Update function tables 2020-04-20 15:53:49 -04:00
settings.cpp yuzu: Add frontend settings for assembly shaders 2020-05-19 17:53:17 -03:00
settings.h Merge pull request #3966 from Morph1984/hide-internal-resolution-ui 2020-06-16 14:12:17 -04:00
telemetry_session.cpp yuzu: Add frontend settings for assembly shaders 2020-05-19 17:53:17 -03:00
telemetry_session.h