1. 09 Jun, 2021 2 commits
  2. 08 Jun, 2021 9 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