1. 19 Jun, 2021 3 commits
    • lat9nq's avatar
      ci: windows: Copy the styles directory when packaging · ad8aab91
      lat9nq authored
      Qt can make use of qwindowsvistastyle.dll if present, and our MinGW
      container has the library, but it was not being copied during the
      packaging process. Thus, yuzu looked like a Windows 98 application when
      using the PR-verify artifacts.
      
      This copies over the DLL during packaging, for that sweet-sweet Windows
      Vista style.
      
      In addition, set the Qt plugins path instead of the plugins/platforms
      path. This way we can use the directory directly, rather than appending
      a `..` everytime we need something just outside of it.
      ad8aab91
    • Morph's avatar
      Merge pull request #6494 from lat9nq/mingw-fix-fastmem · 03da34b3
      Morph authored
      host_memory: Correct MEM_RESERVE_PLACEHOLDER
      03da34b3
    • lat9nq's avatar
      host_memory: Correct MEM_RESERVE_PLACEHOLDER · 9a06b85b
      lat9nq authored
      Microsoft defines `MEM_RESERVE_PLACEHOLDER` as `0x00040000`, but our
      manually imported version of it drops the last zero.
      9a06b85b
  2. 18 Jun, 2021 4 commits
  3. 17 Jun, 2021 2 commits
  4. 16 Jun, 2021 9 commits
  5. 15 Jun, 2021 3 commits
  6. 14 Jun, 2021 2 commits
  7. 13 Jun, 2021 7 commits
  8. 12 Jun, 2021 1 commit
    • Morph's avatar
      common: fs: Use the normal directory iterator in *Recursively functions · c978f314
      Morph authored
      MSVC's implementation of recursive_directory_iterator throws an exception on an error despite a std::error_code being passed into its constructor. This is most likely a bug in MSVC's implementation since directory_iterator does not throw an exception on an error.
      
      We can replace the usage of recursive_directory_iterator for now until MSVC fixes their implementation of it.
      c978f314
  9. 11 Jun, 2021 9 commits