Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
  2. Jan 01, 2019
  3. Dec 25, 2018
    • Zach Hilman's avatar
      qt: Add setting to prompt for user on game boot · 4d61ac08
      Zach Hilman authored
      Using the QtProfileSelectorDialog, this implementation is trivial. This mimics the real switch behavior of asking which user on every game boot, but it is default disabled as that might get inconvenient.
      4d61ac08
  4. Dec 18, 2018
    • zhupengfei's avatar
      yuzu, video_core: Screenshot functionality · a2be4930
      zhupengfei authored
      Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
      a2be4930
  5. Dec 05, 2018
  6. Dec 04, 2018
  7. Dec 03, 2018
  8. Nov 20, 2018
  9. Nov 19, 2018
  10. Nov 12, 2018
  11. Nov 02, 2018
    • Zach Hilman's avatar
      game_list: Make add-ons column optional · 2d2ef05d
      Zach Hilman authored
      As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%.
      2d2ef05d
  12. Oct 29, 2018
  13. Oct 24, 2018
  14. Oct 23, 2018
  15. Oct 16, 2018
  16. Oct 07, 2018
  17. Oct 02, 2018
  18. Sep 08, 2018
  19. Sep 03, 2018
  20. Aug 23, 2018
  21. Aug 22, 2018
  22. Aug 20, 2018
  23. Aug 07, 2018
  24. Aug 03, 2018
  25. Aug 01, 2018
  26. Jul 21, 2018
    • Lioncash's avatar
      file_util: Use an enum class for GetUserPath() · d66b43da
      Lioncash authored
      Instead of using an unsigned int as a parameter and expecting a user to
      always pass in the correct values, we can just convert the enum into an
      enum class and use that type as the parameter type instead, which makes
      the interface more type safe.
      
      We also get rid of the bookkeeping "NUM_" element in the enum by just
      using an unordered map. This function is generally low-frequency in
      terms of calls (and I'd hope so, considering otherwise would mean we're
      slamming the disk with IO all the time) so I'd consider this acceptable
      in this case.
      d66b43da
  27. Jul 18, 2018
  28. Jul 03, 2018
  29. Jun 27, 2018
  30. May 10, 2018
  31. Mar 30, 2018
Loading