1. 23 Jun, 2021 3 commits
  2. 22 Jun, 2021 14 commits
  3. 21 Jun, 2021 4 commits
  4. 20 Jun, 2021 1 commit
  5. 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
  6. 18 Jun, 2021 7 commits
  7. 17 Jun, 2021 4 commits
  8. 16 Jun, 2021 4 commits