Files
dolphin/Source/Core/Core
Léo Lam 3cdb8fd297 IOS/ES: Fix DeleteTitle to not use CNANDContentManager
* CNANDContentManager does things that are absolutely useless. In
  particular, it parses the ticket, the TMD, reads contents, etc.
  when we only need to remove the title directory.

* This means it will fail if the ticket cannot be found, when that
  should not be the case.

* This also obviously caused DeleteTitle to be incredibly inefficient.

* We are already removing the title directory later in the function,
  as CNANDContentManager does not even delete titles correctly.
  DeleteTitle != DeleteTitleContents.
2017-05-07 16:20:41 +02:00
..
2017-03-05 15:47:25 +01:00
2017-04-30 02:21:50 +01:00
2017-05-03 23:48:14 +02:00
2017-03-22 20:35:00 -04:00
2017-05-02 23:49:22 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2017-04-02 04:11:47 -04:00
2017-03-18 21:13:12 -04:00
2017-01-12 21:30:11 +01:00