1. 30 May, 2022 4 commits
    • lat9nq's avatar
      vulkan_library: Add debug logging · b43ae9d5
      lat9nq authored
      b43ae9d5
    • lat9nq's avatar
      yuzu-qt: Attempt to workaround broken Vulkan installations · f22867ef
      lat9nq authored
      This does a few things in order to make the default setting Vulkan
      workable.
      
      - When yuzu boots, it just opens the Vulkan library.
        - If it works, all good and we continue with Vulkan as the default.
        - If something breaks, a new file in the config directory will be left
          behind (this is deleted normally).
      - If Vulkan is not working, has_broken_vulkan is set to true.
        - The first time this happens, a warning is displayed to notify the
          user.
        - This forces use of OpenGL, and Vulkan cannot be selected.
        - The Shader Backend selector is made accessible for use in custom
          configurations.
        - To disable has_broken_vulkan, the user needs to press a button in
          Graphics Configuration to manually run the Vulkan device
          enumeration.
      f22867ef
    • lat9nq's avatar
      67fa7434
    • lat9nq's avatar
      5799fa4d
  2. 29 May, 2022 3 commits
  3. 28 May, 2022 3 commits
  4. 27 May, 2022 1 commit
  5. 26 May, 2022 2 commits
  6. 25 May, 2022 5 commits
  7. 23 May, 2022 2 commits
  8. 21 May, 2022 1 commit
  9. 17 May, 2022 3 commits
  10. 16 May, 2022 2 commits
    • lat9nq's avatar
      qt_software_keyboard: Address review feedback · 5035df27
      lat9nq authored
      
      
      Use auto and a more descriptive variable name.
      
      Secondly, fix some C++ misconceptions or constructing too many objects.
      
      Co-authored-by: default avatarMorph <39850852+Morph1984@users.noreply.github.com>
      Co-authored-by: default avatarLioncash <mathew1800@gmail.com>
      5035df27
    • Kyle K's avatar
      about dialog: Fix the logo in a multiplatform way · 8f3098fc
      Kyle K authored
      The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break
      the icon for Windows users.
      
      I've decided to fix the aboutdialog.ui file via qtcreator.
      
      I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme,
      but I've reword how the code works for that, and we can just delete those lines.
      
      I've also thrown the yuzu.png through pngcrush to remove this warning
      libpng warning: iCCP: known incorrect sRGB profile
      
      Credit to abouvier for bringing bug up.
      8f3098fc
  11. 15 May, 2022 4 commits
  12. 14 May, 2022 3 commits
  13. 13 May, 2022 4 commits
  14. 11 May, 2022 3 commits