citra/src/core
Subv 83a8975cb8 Services: Moved the PTM and APT services to their own folder
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs.

Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
2015-03-03 21:48:08 -05:00
..
arm Merge pull request #620 from lioncash/bkpt 2015-02-27 22:53:33 -05:00
file_sys Archives: Properly implemented the SystemSaveData archive. 2015-02-25 19:37:10 -05:00
hle Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
hw Added RGBA5551 compatibility in the rasterizer 2015-02-27 19:15:08 -08:00
loader Build: Fixed some warnings 2015-02-12 09:25:35 -05:00
CMakeLists.txt Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
core.cpp dyncom: Switch the app and system cores into the correct mode at initialization 2015-02-12 21:54:28 -05:00
core.h arm: Clean up ARMul_State 2015-01-31 21:55:34 -05:00
core_timing.cpp Remove the useless msg_handler compilation unit that was left over from Dolphin 2015-02-18 22:26:22 -08:00
core_timing.h CoreTiming: Ported the CoreTiming namespace from PPSSPP 2015-01-07 15:08:35 -05:00
mem_map.cpp MemMap: Add support for DSP Read & Writes in the memory map 2014-12-29 19:35:06 -08:00
mem_map.h Move VAddr/PAddr typedefs to kernel.h 2015-01-30 11:47:01 -02:00
mem_map_funcs.cpp Cleaned up unaligned access. 2015-02-21 17:25:31 -08:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 2015-02-22 21:09:08 +01:00
system.cpp Core: Fixed a crash and removed some unused variables. 2015-01-08 21:49:41 -05:00
system.h License change 2014-12-20 21:20:24 -08:00