Skip to content

Commit 97edc36

Browse files
authored
Update Makefile.nx
Now builds renderergl2 by default.
1 parent 3b35ea4 commit 97edc36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.nx

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
3232
#---------------------------------------------------------------------------------
3333
APP_TITLE := OpenArenaNX
3434
APP_AUTHOR := faithvoid
35-
APP_VERSION := 0.7.7
35+
APP_VERSION := 0.7.8
3636

3737
TARGET := OpenArenaNX
3838
BUILD := build
@@ -427,8 +427,8 @@ DEPENDS := $(OFILES:.o=.d)
427427
#---------------------------------------------------------------------------------
428428
# main targets
429429
#---------------------------------------------------------------------------------
430-
#all : shaders $(OUTPUT).pfs0 $(OUTPUT).nro # uncomment this if building ref_gl2 and comment the line below
431-
all : $(OUTPUT).pfs0 $(OUTPUT).nro
430+
all : shaders $(OUTPUT).pfs0 $(OUTPUT).nro # uncomment this if building ref_gl2 and comment the line below
431+
#all : $(OUTPUT).pfs0 $(OUTPUT).nro
432432

433433
$(OUTPUT).pfs0 : $(OUTPUT).nso
434434

0 commit comments

Comments
 (0)