We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5782ec3 commit 364b787Copy full SHA for 364b787
Makefile_cfgs/Platforms/Switch.cfg
@@ -26,7 +26,7 @@ ZIPSTEPS=1
26
27
$(OUTDIR)/$(NAME)$(PKGSUFFIX): $(OUTDIR)/$(NAME)$(SUFFIX)
28
@echo -n "Building nro..."
29
- @$(NACPTOOL) --create "Sonic Robo Blast 2" "Sonic Team Jr, Craftyawesome, heyjoeway, carstene1ns" "$(SRB2VERSION) r5" $(OUTDIR)/details.nacp
+ @$(NACPTOOL) --create "Sonic Robo Blast 2" "Sonic Team Jr, Craftyawesome, heyjoeway, carstene1ns" "$(SRB2VERSION) r6" $(OUTDIR)/details.nacp
30
@elf2nro $< $@ --icon=./src/sdl/SRB2Switch/icon.jpg --nacp=$(OUTDIR)/details.nacp
31
32
ifdef ZIPSTEPS
0 commit comments