Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jul 22, 2018
  3. Jul 19, 2018
  4. Jul 08, 2018
  5. 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
  6. Jul 03, 2018
  7. 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
  8. Apr 25, 2018
  9. Jan 20, 2018
  10. Jan 14, 2018
  11. Oct 13, 2017
  12. Oct 10, 2017
  13. Oct 06, 2017
  14. Sep 30, 2017
  15. Mar 08, 2017
  16. Sep 21, 2016
  17. Sep 18, 2016
  18. May 21, 2016
  19. May 06, 2016
  20. May 04, 2016
  21. Apr 05, 2016
  22. Mar 08, 2016
  23. Mar 03, 2016
  24. Oct 01, 2015
  25. Sep 21, 2015
  26. Sep 10, 2015
  27. Aug 15, 2015
  28. Jul 25, 2015
  29. Jul 13, 2015
  30. Jun 27, 2015
  31. May 15, 2015
    • Yuri Kunde Schlesner's avatar
      Memmap: Re-organize memory function in two files · 7ada357b
      Yuri Kunde Schlesner authored
      memory.cpp/h contains definitions related to acessing memory and
      configuring the address space
      mem_map.cpp/h contains higher-level definitions related to configuring
      the address space accoording to the kernel and allocating memory.
      7ada357b
  32. May 09, 2015
Loading