1. 10 Aug, 2022 1 commit
  2. 09 Aug, 2022 5 commits
  3. 08 Aug, 2022 6 commits
  4. 07 Aug, 2022 6 commits
  5. 06 Aug, 2022 2 commits
  6. 05 Aug, 2022 2 commits
  7. 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
  8. 02 Aug, 2022 4 commits
  9. 01 Aug, 2022 3 commits
  10. 31 Jul, 2022 5 commits
  11. 30 Jul, 2022 4 commits
    • Liam's avatar
      renderer_opengl: delete shader source after linking · b9360681
      Liam authored
      b9360681
    • Kyle K's avatar
      tidy up github actions · 3a9816aa
      Kyle K authored
      ci.yml: REUSE task should only run on yuzu-emu/yuzu repository
      verify.yml: #8659 is a better fix to the discord-rpc dirty flag
      3a9816aa
    • Morph's avatar
      Merge pull request #8640 from lat9nq/vcpkg-extra · 69e04da5
      Morph authored
      cmake,ci: vcpkg leftovers
      69e04da5
    • Kyle Kienapfel's avatar
      Translate english plurals · 7e0afc64
      Kyle Kienapfel authored
      Turns out that for Qt to properly handle plurals in English a
      translation needs to be provided, otherwise the user is left with
      messages such as "Building: 2 shader(s)"
      
      Plurals for other all other languages are handled on transifex.
      I wrote the README.md to just refer to it as a translation
      collaboration site just in case we ever switch.
      
      These translations being out of date won't pose any technical problems
      so I believe it is fine to handle them manually on a "best effort"
      basis.
      
      The files are generated into the source directory so that the
      relative filenames are correct. The generated file is added to
      .gitignore
      7e0afc64