citra/src/core
bunnei 80562aaf64
Merge pull request #229 from Subv/ensuresavedata_impl
FS: Make EnsureSaveData create the save data if it doesn't already exist.
2018-03-04 15:49:42 -05:00
..
arm Merge pull request #212 from mailwl/stubs 2018-02-23 21:09:56 -08:00
file_sys FS: Use the correct error code when trying to open files that don't exist. 2018-03-04 14:34:48 -05:00
frontend
gdbstub gdbstub: Silence formatting specifier warnings 2018-02-14 01:50:01 -05:00
hle Merge pull request #229 from Subv/ensuresavedata_impl 2018-03-04 15:49:42 -05:00
hw Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
loader Kernel: Store the program id in the Process class instead of the CodeSet class. 2018-03-01 19:03:53 -05: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_timing.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
core_timing.h
core.cpp core: Fix scheduler-shutdown related crash 2018-02-21 16:38:18 +00:00
core.h kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05: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
memory.cpp memory: LOG_ERROR when falling off end of page table 2018-02-21 21:39:07 +00:00
memory.h arm_dynarmic: Support direct page table access 2018-02-12 21:53:32 +00:00
perf_stats.cpp
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