Skip to content
Snippets Groups Projects
  1. Jul 24, 2018
  2. Jul 23, 2018
  3. Jul 22, 2018
  4. Jul 19, 2018
  5. Jul 08, 2018
  6. 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
  7. Jun 25, 2018
  8. 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
    • Michael Scire's avatar
  9. Jun 05, 2018
  10. May 30, 2018
  11. May 28, 2018
  12. May 10, 2018
  13. May 03, 2018
  14. Apr 25, 2018
  15. Apr 22, 2018
  16. Apr 21, 2018
  17. Apr 16, 2018
  18. Apr 10, 2018
  19. Apr 03, 2018
  20. Mar 30, 2018
  21. Mar 25, 2018
  22. Mar 23, 2018
  23. Mar 22, 2018
  24. Mar 20, 2018
  25. Mar 03, 2018
  26. Mar 02, 2018
  27. Feb 25, 2018
  28. Feb 19, 2018
  29. Feb 18, 2018
  30. Feb 15, 2018
  31. Feb 12, 2018
  32. Feb 10, 2018
  33. Feb 08, 2018
  34. Feb 06, 2018
    • David's avatar
      Extra nvdrv support (#162) · d129905a
      David authored
      * FinishInitalize needed for 3.0.1+ games
      
      * nvdrv:s and nvdrv:t both use NVDRV
      
      * Most settings return 0 on hardware, disabled NV_MEMORY_PROFILER for now.
      
      NVN_THROUGH_OPENGL & NVRM_GPU_PREVENT_USE are a few interesting settings to look at. Carefully choosing settings can help with drawing graphics later on
      
      * Initial /dev/nvhost-gpu support
      
      * ZCullBind
      
      * Stubbed SetErrorNotifier
      
      * Fixed SetErrorNotifier log, Added SetChannelPriority
      
      * Allocate GPFIFO Ex2, Allocate Obj Ctx, Submit GPFIFO
      
      * oops
      
      * Fixed up naming/structs/enums. Used vector instead of array for "gpfifo_entry"
      
      * Added missing fixes
      
      * /dev/nvhost-ctrl-gpu
      
      * unneeded struct
      
      * Forgot u32 in enum class
      
      * Automatic descriptor swapping for ioctls, fixed nvgpu_gpu_get_tpc_masks_args being incorrect size
      
      * nvdrv#QueryEvent
      
      * Renamed logs for nvdrv
      
      * Refactor ioctl so nv_result isn't needed
      
      * /dev/nvhost-as-gpu
      
      * Fixed Log service naming, CtxObjects now u32, renamed all structs, added static_asserts to structs, used INSERT_PADDING_WORDS instead of u32s
      
      * nvdevices now uses "Ioctl" union,
      
      * IoctlGpfifoEntry now uses bit field
      
      * final changes
      d129905a
  35. Feb 03, 2018
Loading