Skip to content

Commit 5dc1d77

Browse files
committed
GBA: Disable networking support by default
This saves about 8KB of internal RAM and an equal amount of IRAM
1 parent 6748895 commit 5dc1d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gbsp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
22
set(COMPONENTS "main retro-go gbsp-libretro app_trace bootloader esptool_py")
3+
set(RG_ENABLE_NETWORKING 0)
34
include(../base.cmake)
45
project(gbsp)

0 commit comments

Comments
 (0)