1. 09 May, 2021 4 commits
    • german77's avatar
      kernel: Delete unused files · 0c1bb46f
      german77 authored
      0c1bb46f
    • Morph's avatar
      Merge pull request #6292 from lat9nq/sdl-trunk · f2b76284
      Morph authored
      externals: Update SDL to 107db2d8
      f2b76284
    • lat9nq's avatar
      externals: Use SDL2 statically · b021e09f
      lat9nq authored
      Building it as a shared library causes issues distributing it to an
      AppImage, since linuxdeploy expects the executable to only dynamically
      link to system libraries. Additionally, simply dynamically linking to a
      library in the binary directory is bound to cause issues.
      
      Solution is to use SDL's CMake switches and build it statically. We also
      alias `SDL2` to `SDL2-static` on the external submodule for
      compatibility with the rest of the project.
      b021e09f
    • lat9nq's avatar
      externals: Update SDL to 107db2d8 · 751cc687
      lat9nq authored
      In light of 72a49c2b, the SDL submodule also needs updated. Updates
      to the same commit used by the SDL package in ext-windows-bin.
      751cc687
  2. 08 May, 2021 2 commits
  3. 07 May, 2021 1 commit
  4. 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
  5. 05 May, 2021 32 commits