Skip to content
Snippets Groups Projects
  1. Jul 24, 2018
  2. Jul 19, 2018
  3. Jul 08, 2018
  4. Jul 06, 2018
    • Zach Hilman's avatar
      Virtual Filesystem (#597) · 77c684c1
      Zach Hilman authored
      * Add VfsFile and VfsDirectory classes
      
      * Finish abstract Vfs classes
      
      * Implement RealVfsFile (computer fs backend)
      
      * Finish RealVfsFile and RealVfsDirectory
      
      * Finished OffsetVfsFile
      
      * More changes
      
      * Fix import paths
      
      * Major refactor
      
      * Remove double const
      
      * Use experimental/filesystem or filesystem depending on compiler
      
      * Port partition_filesystem
      
      * More changes
      
      * More Overhaul
      
      * FSP_SRV fixes
      
      * Fixes and testing
      
      * Try to get filesystem to compile
      
      * Filesystem on linux
      
      * Remove std::filesystem and document/test
      
      * Compile fixes
      
      * Missing include
      
      * Bug fixes
      
      * Fixes
      
      * Rename v_file and v_dir
      
      * clang-format fix
      
      * Rename NGLOG_* to LOG_*
      
      * Most review changes
      
      * Fix TODO
      
      * Guess 'main' to be Directory by filename
      77c684c1
  5. Jun 21, 2018
    • Zach Hilman's avatar
      Add support for decrypted NCA files (#567) · 63f26d5c
      Zach Hilman authored
      * Start to add NCA support in loader
      
      * More nca stuff
      
      * More changes to nca.cpp
      
      * Now identifies decrypted NCA cont.
      
      * Game list fixes and more structs and stuff
      
      * More updates to Nca class
      
      * Now reads ExeFs (i think)
      
      * ACTUALLY LOADS EXEFS!
      
      * RomFS loads and games execute
      
      * Cleanup and Finalize
      
      * plumbing, cleanup and testing
      
      * fix some things that i didnt think of before
      
      * Preliminary Review Changes
      
      * Review changes for bunnei and subv
      63f26d5c
  6. Apr 06, 2018
  7. Jan 20, 2018
  8. Oct 15, 2017
  9. Oct 13, 2017
  10. Oct 06, 2017
  11. Sep 30, 2017
  12. Sep 26, 2017
  13. Sep 25, 2017
    • Max Thomas's avatar
      Loader/NCCH: Add support for loading application updates (#2927) · c91ccbd0
      Max Thomas authored
      * loader/ncch: split NCCH parsing into its own file
      
      * loader/ncch: add support for loading update NCCHs from the SD card
      
      * loader/ncch: fix formatting
      
      * file_sys/ncch_container: Return a value for OpenFile
      
      * loader/ncch: cleanup, always instantiate overlay_ncch to base_ncch
      
      * file_sys/ncch_container: better encryption checks, allow non-app NCCHs to load properly and for the existence of NCCH structures to be checked
      
      * file_sys/ncch_container: pass filepath as a const reference
      c91ccbd0
  14. Aug 04, 2017
  15. Jun 02, 2017
  16. Feb 27, 2017
    • Mat M's avatar
      Doxygen: Amend minor issues (#2593) · 0cb52ee7
      Mat M authored
      Corrects a few issues with regards to Doxygen documentation, for example:
      
      - Incorrect parameter referencing.
      - Missing @param tags.
      - Typos in @param tags.
      
      and a few minor other issues.
      0cb52ee7
  17. Dec 15, 2016
  18. Nov 27, 2016
  19. Nov 20, 2016
  20. Sep 21, 2016
  21. Sep 19, 2016
  22. Sep 18, 2016
  23. May 21, 2016
  24. May 04, 2016
  25. Mar 21, 2016
  26. Oct 11, 2015
  27. Oct 01, 2015
  28. Jul 13, 2015
  29. Jun 27, 2015
Loading