1. 12 Aug, 2022 6 commits
  2. 11 Aug, 2022 1 commit
  3. 10 Aug, 2022 1 commit
  4. 09 Aug, 2022 7 commits
  5. 08 Aug, 2022 7 commits
  6. 07 Aug, 2022 7 commits
  7. 06 Aug, 2022 2 commits
  8. 05 Aug, 2022 4 commits
    • Narr the Reg's avatar
      80b462e5
    • Steve's avatar
      Controller bugfixes in profile select (#8716) · cd5bbf0f
      Steve authored
      * Controller bugfixes in profile select, closes #8265
      
      2 fixes for using a controller in profile select dialog.
      
      Pressing 'B' cancels the launch of the game
      Using controller to select a profile now correctly sets the index to use for the launch
      
      * Added brackets to if statements as requested.
      cd5bbf0f
    • Kyle K's avatar
      assign colors to default_dark theme · cfbd70d0
      Kyle K authored
      separate commit might be useful later on
      cfbd70d0
    • Kyle K's avatar
      Linux: handle dark system themes nicely · b51db125
      Kyle K authored
      yuzu's default theme doesn't specify everything, which is fine for
      windows, but in linux anything unspecified is set to the users theme.
      
      Symptoms of this are that a linux user with a dark theme won't think
      to change the theme to a dark theme when first using yuzu
      
      Idea here is to try and support arbitrary themes on linux.
      
      preliminary work on a "default_dark" theme, used only as overlay
      for any themes that are measured to be dark mode.
      
      Other work done:
      
      FreeDesktop standard icon names:
      plus -> list-add
      delete refresh, we use view-refresh
      
      remove duplicated icons for qdarkstyle_midnight_blue
      referencing icon aliases in the qrc files is the way to go
      
      Note:
      Dynamic style changing doesn't appear to work with AppImage
      b51db125
  9. 04 Aug, 2022 2 commits
    • bunnei's avatar
      Merge pull request #8702 from liamwhite/format-swap · 1f7e62e8
      bunnei authored
      renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED
      1f7e62e8
    • Kyle Kienapfel's avatar
      Qt5 work around for suzhou numerals · 63673dcf
      Kyle Kienapfel authored
      When windows is told to display Standard digits as suzhou, it is showing
      incorrect information in yuzu, file sizes and the CPU speed limiter are
      effected by this. See #8698 for some screenshots.
      
      Setting number format to Chinese (Simplified, Hong Kong SAR) is one
      way to see this issue in action.
      
      Fixes #8698
      63673dcf
  10. 02 Aug, 2022 3 commits