mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2026-03-19 18:32:44 +01:00
Now only 1 player game is launched with define BYPASS_MENU (default for FUNKEY), set MIN_BLOCKS_VISIBLE_IN_VIEWPORT_MODE to 2
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ ifeq ($(platform), funkey)
|
||||
SDL_INCLUDES += $(shell /opt/FunKey-sdk-2.0.0/arm-funkey-linux-musleabihf/sysroot/usr/bin/libmikmod-config --cflags)
|
||||
SDL_LIBS += $(shell /opt/FunKey-sdk-2.0.0/arm-funkey-linux-musleabihf/sysroot/usr/bin/libmikmod-config --libs)
|
||||
SDL_LIBS += -Wl,--as-needed -Wl,--gc-sections -Wl,-O1,--sort-common -flto -s
|
||||
CFLAGS_EXTRA = -DFUNKEY -DHW_SCREEN_RESIZE -DSOUND_SDL_ACTIVATED
|
||||
CFLAGS_EXTRA = -DFUNKEY -DHW_SCREEN_RESIZE -DSOUND_SDL_ACTIVATED -DBYPASS_MENU
|
||||
LDFLAGS_EXTRA = -lSDL_mixer
|
||||
else
|
||||
SDL_INCLUDES = `sdl-config --cflags`
|
||||
|
||||
Reference in New Issue
Block a user