yuzu-mainline/src/core
Lioncash 7695febfa1 loader/nso: Remove dependency on the System class
Similar to the NRO changes, we can also pass the process explicitly as a
parameter from Load instead of indirecting through the System class.
2018-12-02 23:39:03 -05:00
..
arm
crypto
file_sys Merge pull request #1814 from lioncash/ptr 2018-11-27 19:20:12 -05:00
frontend
gdbstub gdbstub: Silence value truncation warning within FpuWrite() 2018-11-26 19:58:23 -05:00
hle Merge pull request #1830 from Subv/vi_ub 2018-12-01 22:25:10 -05:00
loader loader/nso: Remove dependency on the System class 2018-12-02 23:39:03 -05:00
tracer
CMakeLists.txt Merge pull request #1770 from DarkLordZach/applet-stub 2018-11-23 09:02:25 -08:00
core_cpu.cpp
core_cpu.h
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp core: Relocate CPU core management to its own class 2018-11-22 04:28:19 -05:00
core.h
cpu_core_manager.cpp core: Relocate CPU core management to its own class 2018-11-22 04:28:19 -05:00
cpu_core_manager.h core: Relocate CPU core management to its own class 2018-11-22 04:28:19 -05:00
memory_hook.cpp
memory_hook.h
memory_setup.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h Merge pull request #1747 from DarkLordZach/exefs-lfs 2018-11-23 23:31:48 -05:00
telemetry_session.cpp
telemetry_session.h