Skip to content
Snippets Groups Projects
  1. Jul 18, 2018
    • Lioncash's avatar
      core: Don't construct instance of Core::System, just to access its live instance · 3a4841e4
      Lioncash authored
      This would result in a lot of allocations and related object
      construction, just to toss it all away immediately after the call.
      
      These are definitely not intentional, and it was intended that all of
      these should have been accessing the static function GetInstance()
      through the name itself, not constructed instances.
      3a4841e4
  2. Jul 08, 2018
  3. 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
  4. Jul 03, 2018
  5. May 10, 2018
  6. Apr 26, 2018
  7. Apr 20, 2018
  8. Apr 06, 2018
  9. Mar 27, 2018
  10. Mar 19, 2018
  11. Mar 14, 2018
  12. Feb 25, 2018
  13. Feb 21, 2018
  14. Feb 19, 2018
  15. Feb 18, 2018
  16. Feb 12, 2018
  17. Jan 20, 2018
    • River City Ransomware's avatar
      Port citra #3352 to yuzu (#103) · c8a094e1
      River City Ransomware authored
      * Port citra #3352 to yuzu
      
      This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic
      
      * Fixed clang-format errors
      
      * fixes more clang-format errors
      c8a094e1
  18. Jan 17, 2018
  19. Jan 13, 2018
  20. Jan 12, 2018
  21. Jan 09, 2018
  22. Jan 04, 2018
  23. Jan 03, 2018
  24. Oct 23, 2017
  25. Sep 26, 2017
  26. Sep 10, 2017
  27. Aug 19, 2017
    • B3n30's avatar
      Added missing parts in libnetwork (#2838) · 5d0a1e7e
      B3n30 authored
      * Network: Set and send the game information over enet
      
      Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
      5d0a1e7e
  28. Jul 18, 2017
  29. Jun 02, 2017
Loading