1. 16 May, 2021 1 commit
    • lat9nq's avatar
      ci: linux: Freeze AppImage binaries · 9ec26a80
      lat9nq authored
      A regression was introduced on May 13 by linuxdeploy that causes file
      open dialogs to crash yuzu in the AppImage (likely this commit
      1e28ee38fa174279defe70cdaadf2a552c80258c from
      linuxdeploy/linuxdeploy-desktopfile). Instead of downloading the latest
      version from each of the repos we use to build the AppImage, just
      download the ones hosted at yuzu-emu/ext-linux-bin, which are the same
      binaries we have been using, but verified to be working and won't update
      on us beyond our control.
      
      This can eventually be moved into the container itself to remove the
      need to download them at build time.
      9ec26a80
  2. 14 May, 2021 1 commit
  3. 13 May, 2021 5 commits
  4. 12 May, 2021 1 commit
  5. 11 May, 2021 1 commit
  6. 10 May, 2021 2 commits
  7. 09 May, 2021 5 commits
  8. 08 May, 2021 3 commits
  9. 07 May, 2021 1 commit
  10. 06 May, 2021 1 commit
    • Lioncash's avatar
      ldr: Simplify memory copy within LoadNro() · 8f638e81
      Lioncash authored
      We can use the dedicated memory function for performing copies instead
      of reading into a temporary buffer and then immediately writing it back
      out to memory.
      
      Eliminates a bit of heap memory churn.
      8f638e81
  11. 05 May, 2021 19 commits