yuzu/src/core
2018-03-18 20:56:33 -04:00
..
arm arm_interface: Support unmapping previously mapped memory. 2018-03-16 18:32:24 -04:00
file_sys core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
frontend
gdbstub gdbstub: Silence formatting specifier warnings 2018-02-14 01:50:01 -05:00
hle hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. 2018-03-18 20:56:33 -04:00
hw Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
loader kernel: Move stack region outside of application heap. 2018-03-16 18:32:23 -04:00
tracer Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
CMakeLists.txt Service/Set: add more services 2018-03-03 09:03:49 +03:00
core.cpp core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
core.h core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
core_timing.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
core_timing.h
memory.cpp core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
memory.h memory: Add regions for map region, "new" map region, etc. 2018-03-16 18:32:22 -04:00
memory_hook.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory_setup.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
perf_stats.cpp UI: Fix frame rate perf stats 2018-01-16 20:44:02 -07:00
perf_stats.h
settings.cpp
settings.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
telemetry_session.cpp Port citra #3352 to yuzu (#103) 2018-01-19 19:36:09 -05:00
telemetry_session.h