Browse Source

RetroFW: Disable network

Does not build with the current buildroot:

    build-retrofw/_deps/asio-src/asio/include/asio/detail/memory.hpp:87:20: error: ‘aligned_alloc’ is not a member of ‘std’
       void* ptr = std::aligned_alloc(align, size);
pull/3225/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
98142bbdfd
  1. 1
      CMake/retrofw_defs.cmake

1
CMake/retrofw_defs.cmake

@ -1,3 +1,4 @@
set(NONET ON)
set(USE_SDL1 ON)
set(PREFILL_PLAYER_NAME ON)
set(HAS_KBCTRL 1)

Loading…
Cancel
Save