File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
32
32
#---------------------------------------------------------------------------------
33
33
APP_TITLE := OpenArenaNX
34
34
APP_AUTHOR := faithvoid
35
- APP_VERSION := 0.7.7
35
+ APP_VERSION := 0.7.8
36
36
37
37
TARGET := OpenArenaNX
38
38
BUILD := build
@@ -427,8 +427,8 @@ DEPENDS := $(OFILES:.o=.d)
427
427
#---------------------------------------------------------------------------------
428
428
# main targets
429
429
#---------------------------------------------------------------------------------
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
432
432
433
433
$(OUTPUT).pfs0 : $(OUTPUT).nso
434
434
You can’t perform that action at this time.
0 commit comments