Skip to content
  1. May 30, 2022
    • 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. May 29, 2022
  3. May 28, 2022
  4. May 27, 2022
  5. May 26, 2022
  6. May 25, 2022
  7. May 23, 2022
  8. May 21, 2022
  9. May 17, 2022
  10. May 16, 2022
    • 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. May 15, 2022
  12. May 14, 2022
  13. May 13, 2022
  14. May 11, 2022
Loading