1. 25 May, 2022 1 commit
    • lat9nq's avatar
      vulkan_device: Workaround extension bug · 3a8c2ae3
      lat9nq authored
      A bug occurs in yuzu when VK_KHR_workgroup_memory_explicit_layout is
      available but 16-bit integers are not supported in the host driver.
      
      Disable usage of the extension when this case arises.
      3a8c2ae3
  2. 17 May, 2022 2 commits
  3. 15 May, 2022 1 commit
  4. 14 May, 2022 3 commits
  5. 11 May, 2022 4 commits
  6. 10 May, 2022 2 commits
  7. 09 May, 2022 4 commits
  8. 08 May, 2022 2 commits
  9. 07 May, 2022 1 commit
  10. 06 May, 2022 3 commits
  11. 04 May, 2022 1 commit
  12. 03 May, 2022 3 commits
  13. 02 May, 2022 7 commits
  14. 01 May, 2022 3 commits
    • Mai M's avatar
      Merge pull request #8283 from Tachi107/appstream · 9b34640a
      Mai M authored
      dist: add AppStream metadata
      9b34640a
    • Mai M's avatar
      Merge pull request #8291 from Docteh/ampm_fix · eab68d8f
      Mai M authored
      ui: let system locale control format of Custom RTC
      eab68d8f
    • Kyle K's avatar
      ui: let system locale control format of Custom RTC · bd9f74e6
      Kyle K authored
      The Custom RTC widget is under the influence of the computers System Locale.
      The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown
      
      The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui
      
      modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
      bd9f74e6
  15. 29 Apr, 2022 3 commits