Skip to content
Snippets Groups Projects
  1. May 26, 2019
  2. Apr 11, 2019
  3. Mar 16, 2019
  4. 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
  5. 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
  6. Dec 05, 2018
  7. Nov 04, 2018
  8. 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
  9. Oct 04, 2018
    • Lioncash's avatar
      ui_settings: Place definition of the theme array within the cpp file · 30dfd891
      Lioncash authored
      Placing the array wholesale into the header places a copy of the whole
      array into every translation unit that uses the data, which is wasteful.
      Particularly given that this array is referenced from three different
      translation units.
      
      This also changes the array to contain pairs of const char*, rather than
      QString instances. This way, the string data is able to be fixed into
      the read-only segment of the program, as well as eliminate static
      constructors/heap allocation immediately on program start.
      30dfd891
  10. Oct 02, 2018
  11. Aug 07, 2018
  12. Jul 03, 2018
  13. Mar 30, 2018
  14. Jan 20, 2018
  15. Jan 16, 2018
  16. Jan 13, 2018
  17. Aug 26, 2017
  18. Jun 24, 2017
  19. Apr 30, 2017
    • Nico Bosshard's avatar
      citra-qt: game list search function (#2673) · 06d46549
      Nico Bosshard authored
      * citra-qt: game list search function
      
      * Empty search field during game list refresh
      
      * Code improvements
      
      * Code formatting
      
      * Autofocus search field
      
      * JayFoxRox's recommendations
      
      * lioncash's review
      06d46549
  20. Feb 27, 2017
  21. Sep 21, 2016
  22. Sep 18, 2016
  23. Mar 22, 2016
  24. Mar 21, 2016
Loading