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. Jul 03, 2018
  6. Apr 25, 2018
  7. Mar 31, 2018
  8. Mar 16, 2018
  9. Mar 14, 2018
  10. Mar 02, 2018
  11. Jan 20, 2018
  12. Oct 15, 2017
  13. Sep 30, 2017
  14. Sep 26, 2017
  15. Sep 24, 2017
  16. Sep 10, 2017
  17. May 07, 2017
  18. Sep 21, 2016
  19. Sep 18, 2016
  20. Jan 25, 2016
  21. Jul 14, 2015
  22. Jul 13, 2015
  23. Jul 12, 2015
  24. Jun 27, 2015
  25. May 15, 2015
    • Subv's avatar
      Core/ResourceLimits: Implemented the basic structure of ResourceLimits. · d3634d4b
      Subv authored
      Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues.
      
      Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
      d3634d4b
    • 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
  26. May 09, 2015
  27. May 07, 2015
  28. Jan 30, 2015
  29. Jan 15, 2015
Loading