dolphin/Source/Core/Core/IOS
Léo Lam 204703ae0d IOS/ES: Split the ES code
ES.cpp was becoming pretty huge. This commit splits the ES code into
several files:

* Main ES (launch, UID, current title directory and title ID, etc.)
* Device identity and encryption (ID and cert, keys, encrypt/decrypt)
* Title management (imports, exports, deletions)
* Title contents (open/close/read/seek)
* Title information (titles, stored contents, TMDs)
* Views (for tickets and TMDs)
2017-03-13 20:01:08 +01:00
..
DI Remove useless ES wrappers from the main IOS file 2017-03-02 20:29:01 +01:00
ES IOS/ES: Split the ES code 2017-03-13 20:01:08 +01:00
FS IOS: Clear the /tmp directory on IOS boot 2017-02-26 12:19:57 +01:00
Network Fix ReadCertFile by opening as binary file 2017-03-11 23:44:30 -07:00
SDIO IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
STM IOS STM: Get rid of forward declarations in the cpp file 2017-01-29 19:30:56 -05:00
USB BTStub: Get rid of an unnecessary forward declaration in the cpp file 2017-03-05 09:51:47 -05:00
WFS Use ESFormats for TMDs 2017-02-26 19:46:29 +01:00
Device.cpp IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
Device.h IOS: Implement OH0 (/dev/usb/oh0) 2017-02-05 11:36:48 +01:00
DeviceStub.cpp IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
DeviceStub.h IOS: Remove IOS prefix on a few structs/enums 2017-01-19 19:10:31 +01:00
IPC.cpp Remove useless ES wrappers from the main IOS file 2017-03-02 20:29:01 +01:00
IPC.h Remove useless ES wrappers from the main IOS file 2017-03-02 20:29:01 +01:00
MIOS.cpp Unify the way of setting game ID, title ID, revision 2017-03-09 15:34:14 +01:00
MIOS.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00