mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
![Léo Lam](/assets/img/avatar_default.png)
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)