1. 09 Jun, 2021 3 commits
    • lat9nq's avatar
      ci: windows: Compress using xz · fbad68de
      lat9nq authored
      Use XZ instead of gzip for packing. Should save about 10 MB.
      fbad68de
    • lat9nq's avatar
      ci: common: Remove 7z packaging · 6eeb532c
      lat9nq authored
      Removes the 7z from being package during CI, as only .tar.xz preserves
      information needed on Linux, and otherwise is just extremely redundant
      to package in addition to the .tar.xz.  This affects Linux releases and
      PR-verify artifacts only. MSVC releases do not use this script to my
      knowledge.
      6eeb532c
    • bunnei's avatar
      Merge pull request #6434 from lioncash/tcontext · f9c3e2e8
      bunnei authored
      configure_ui: Add translation context for file-scope strings
      f9c3e2e8
  2. 08 Jun, 2021 8 commits
  3. 07 Jun, 2021 5 commits
  4. 06 Jun, 2021 4 commits
  5. 05 Jun, 2021 7 commits
  6. 04 Jun, 2021 5 commits
  7. 03 Jun, 2021 7 commits
  8. 02 Jun, 2021 1 commit
    • lat9nq's avatar
      yuzu qt: Revert some usages of string_view · c41451af
      lat9nq authored
      Causes a heap-use-after free reported by AddressSanitizer. This makes
      use of std::filesystem::path, but due to that we have to use their
      string() function which may not work for all characters.
      c41451af