Skip to content
Snippets Groups Projects
  1. Apr 20, 2016
  2. Mar 20, 2016
    • Subv's avatar
      HLE/FS: Implemented GetFormatInfo · d26c6b32
      Subv authored
      Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
      d26c6b32
  3. Feb 12, 2016
  4. Oct 23, 2015
  5. May 12, 2015
  6. May 07, 2015
  7. May 01, 2015
  8. Apr 03, 2015
  9. Mar 04, 2015
    • Subv's avatar
      Services: Moved the PTM and APT services to their own folder · 83a8975c
      Subv authored
      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.
      83a8975c
Loading