Skip to content
Snippets Groups Projects
  1. Sep 07, 2019
  2. Apr 12, 2019
    • Lioncash's avatar
      core/core: Move process execution start to System's Load() · 612e1388
      Lioncash authored
      This gives us significantly more control over where in the
      initialization process we start execution of the main process.
      
      Previously we were running the main process before the CPU or GPU
      threads were initialized (not good). This amends execution to start
      after all of our threads are properly set up.
      612e1388
  3. Mar 20, 2019
  4. Dec 05, 2018
  5. Dec 03, 2018
  6. Oct 25, 2018
  7. Oct 15, 2018
  8. Sep 29, 2018
  9. Sep 04, 2018
  10. Aug 02, 2018
  11. Jul 23, 2018
  12. Jul 19, 2018
  13. Jul 08, 2018
  14. 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
  15. Jan 20, 2018
  16. Jan 13, 2018
  17. Oct 10, 2017
  18. Oct 06, 2017
  19. Sep 26, 2017
  20. Dec 22, 2016
  21. Sep 21, 2016
  22. Sep 19, 2016
  23. Sep 18, 2016
  24. May 21, 2016
  25. Jul 13, 2015
  26. May 09, 2015
  27. Jan 15, 2015
  28. Dec 21, 2014
  29. Jul 05, 2014
  30. Jun 24, 2014
    • bunnei's avatar
      Loader: Refactored use of const. · 62b444cd
      bunnei authored
      62b444cd
    • bunnei's avatar
      Loader: Implemented AppLoader interface for abstracting application loading. · 7889cafc
      bunnei authored
      - Various cleanups/refactorings to Loader, ELF, and NCCH modules.
      - Added AppLoader interface to ELF and NCCH.
      - Updated Qt/GLFW frontends to check AppLoader ResultStatus.
      
      NCCH: Removed extra qualification typos.
      
      Loader: Removed unnecessary #include's.
      
      NCCH: Improved readability of memcmp statements.
      
      NCCH: Added missing space.
      
      Elf: Removed unnecessary usage of unique_ptr.
      
      Loader: Removed unnecessary usage of unique_ptr.
      7889cafc
Loading