From 4ff41843b55cf2c3d33f1762bc18b30f1aa4200e Mon Sep 17 00:00:00 2001 From: hartie95 Date: Thu, 23 Feb 2023 19:39:06 +0100 Subject: [PATCH] Updated libtesla for 16.0.0 compability --- Makefile | 4 ++-- libs/libtesla | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 545eb75..4206109 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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) diff --git a/libs/libtesla b/libs/libtesla index bcd73dd..2b4aca8 160000 --- a/libs/libtesla +++ b/libs/libtesla @@ -1 +1 @@ -Subproject commit bcd73dd51fc3772e4fbd9b7d3cb2a98bad69b76b +Subproject commit 2b4aca8580117d4939aeb57a47418febc641f9c9