Skip to content

Commit

Permalink
Switch: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
usineur committed Feb 9, 2024
1 parent b681dd2 commit 78e212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch/Makefile
Expand Up @@ -19,7 +19,7 @@ LDFLAGS += -lEGL -lglapi -ldrm_nouveau -lnx -specs=$(DEVKITPRO)/libnx/switch.sp
all: $(TARGET).nro

$(TARGET).nro: $(TARGET).elf
nacptool --create "sdlpal" "usineur" "1.0-nx" $(TARGET).nacp
nacptool --create "sdlpal" "usineur" "1.1-nx" $(TARGET).nacp
elf2nro $(TARGET).elf $(TARGET).nro --icon=icon.jpg --nacp=$(TARGET).nacp

$(TARGET).elf: $(OFILES)
Expand Down

0 comments on commit 78e212e

Please sign in to comment.