yuzu-android/src/core
Lioncash 96463d0a55 romfs_factory: Remove unnecessary includes and use forward declarations where applicable
Avoids the need to rebuild whatever includes the romfs factory header if
the loader header ever changes. We also don't need to include the main
core header. We can instead include the headers we specifically need.
2018-08-20 20:27:00 -04:00
..
arm dynarmic: Update to 550d662 2018-08-16 10:12:20 +01:00
crypto common: Namespace hex_util.h/.cpp 2018-08-15 23:24:00 -04:00
file_sys romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04:00
frontend emu_window: Ensure WindowConfig members are always initialized 2018-08-14 19:36:43 -04:00
gdbstub
hle Merge pull request #1095 from DarkLordZach/sysarchives 2018-08-20 20:17:57 -04:00
loader Merge pull request #1075 from lioncash/include 2018-08-16 00:04:25 -04:00
tracer
CMakeLists.txt Merge pull request #1017 from ogniK5377/better-account 2018-08-20 10:59:15 -04:00
core_cpu.cpp Merge pull request #1043 from Subv/timing 2018-08-12 22:31:55 -04:00
core_cpu.h Core/HLE: Make the 'reschedule_pending' flag atomic. 2018-08-12 18:41:12 -05:00
core_timing_util.cpp
core_timing_util.h
core_timing.cpp Core::CoreTiming: add UnscheduleEventThreadsafe 2018-08-13 13:56:41 +02:00
core_timing.h Core::CoreTiming: add UnscheduleEventThreadsafe 2018-08-13 13:56:41 +02:00
core.cpp
core.h core: Delete System copy/move constructors and assignment operators 2018-08-16 10:21:14 -04:00
memory_hook.cpp
memory_hook.h
memory_setup.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h
telemetry_session.cpp common/telemetry: Migrate core-independent info gathering to common 2018-08-14 18:57:46 -04:00
telemetry_session.h