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);
This commit is contained in:
Gleb Mazovetskiy 2021-10-22 23:04:06 +01:00 committed by Anders Jenbo
commit 98142bbdfd

View file

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