1. 05 Jun, 2021 4 commits
  2. 04 Jun, 2021 2 commits
  3. 03 Jun, 2021 7 commits
  4. 02 Jun, 2021 12 commits
  5. 01 Jun, 2021 6 commits
  6. 31 May, 2021 5 commits
    • Lioncash's avatar
      common_funcs: Move R_ macros to result.h · 3aed7974
      Lioncash authored
      These macros all interact with the result code type, so they should
      ideally be within this file as well, so all the common_funcs machinery
      doesn't need to be pulled in just to use them.
      3aed7974
    • lat9nq's avatar
      externals: Use defaults for building SDL2 on WIN32 · 185e405b
      lat9nq authored
      Whatever those settings do breaks controller detection on Windows, at
      least with the MinGW container. If-guard it against WIN32 and just let
      SDL2 configure using its defaults, aside from static linking.
      185e405b
    • Ameer J's avatar
      Merge pull request #6394 from lat9nq/mingw-fix · 519ddfae
      Ameer J authored
      externals: libusb: Use autotools for MinGW
      519ddfae
    • lat9nq's avatar
      externals: libusb: Use autotools for MinGW · 1914a1d2
      lat9nq authored
      After updating to 1.0.24, MinGW fails to build libusb as a result of
      numerous errors. So we build libusb their way and let them update the
      nontrivial stuff.
      
      This only applies to MinGW: the old path is still in use for Linux
      toolchains as well as MSVC.
      
      This will dynamically link libusb, since I hit build errors with the old
      way we used to resolve the conflict with SDL2.
      1914a1d2
    • bunnei's avatar
      Merge pull request #6385 from degasus/save_memory_access · f3417699
      bunnei authored
      core/memory: Check our memory fallbacks for out-of-bound behavior.
      f3417699
  7. 30 May, 2021 4 commits