Skip to content

Commit

Permalink
Updated libtesla for 16.0.0 compability
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartie95 committed Feb 23, 2023
1 parent 1c2ed59 commit 4ff4184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well.
#---------------------------------------------------------------------------------
APP_TITLE := fastCFWswitch
APP_VERSION := 1.3.0
APP_VERSION := 1.3.1

TARGET := $(notdir $(CURDIR))
BUILD := build
Expand All @@ -58,7 +58,7 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -I -D__SWITCH__

CXXFLAGS := $(CFLAGS) -fno-exceptions -std=c++17 -DAPP_TITLE="\"$(APP_TITLE)\"" -DAPP_VERSION="\"v$(APP_VERSION)\""
CXXFLAGS := $(CFLAGS) -fno-exceptions -std=c++20 -DAPP_TITLE="\"$(APP_TITLE)\"" -DAPP_VERSION="\"v$(APP_VERSION)\""

ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down
2 changes: 1 addition & 1 deletion libs/libtesla

0 comments on commit 4ff4184

Please sign in to comment.