yuzu/src/core
Lioncash 785c4946dd kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA
Avoids needing to read the same long sequence of code in both code
paths. Also makes it slightly nicer to read and debug, as the locals
will be able to be shown in the debugger.
2019-08-29 19:28:57 -04:00
..
arm core: Remove CurrentArmInterface() global accessor 2019-07-12 21:48:49 -04:00
crypto
file_sys Implement MapPhysicalMemory/UnmapPhysicalMemory 2019-07-07 11:45:53 -07:00
frontend
gdbstub
hle kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA 2019-08-29 19:28:57 -04:00
loader VM_Manager: Align allocated memory to 256bytes 2019-07-19 10:06:08 -04:00
tools
CMakeLists.txt Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
constants.cpp
constants.h
core_cpu.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
core_cpu.h
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
core.h Merge pull request #2592 from FernandoS27/sync1 2019-07-26 14:26:44 -04:00
cpu_core_manager.cpp
cpu_core_manager.h
hardware_interrupt_manager.cpp NVServices: Styling, define constructors as explicit and corrections 2019-07-05 15:49:32 -04:00
hardware_interrupt_manager.h NVServices: Styling, define constructors as explicit and corrections 2019-07-05 15:49:32 -04:00
memory_setup.h
memory.cpp memory: Remove unused includes 2019-07-06 02:24:34 -04:00
memory.h memory: Remove unused PageTable forward declaration 2019-07-06 02:24:34 -04:00
perf_stats.cpp
perf_stats.h
reporter.cpp Merge pull request #2642 from DarkLordZach/fsp-log-2 2019-07-07 21:39:40 -04:00
reporter.h Merge pull request #2642 from DarkLordZach/fsp-log-2 2019-07-07 21:39:40 -04:00
settings.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
settings.h yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
telemetry_session.cpp yuzu: Remove setting for using Unicorn 2019-07-11 05:59:13 -04:00
telemetry_session.h