Skip to content

Commit

Permalink
updated for new sysdvr release and libtestla version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartie95 committed Apr 30, 2022
1 parent 6f3e3a0 commit bec411e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 := SysDVR Overlay
APP_VERSION := 1.0.3
APP_VERSION := 1.0.4

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

CFLAGS += $(INCLUDE) -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
Submodule libtesla updated 1 files
+60 −51 include/tesla.hpp
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//This is a version for the SysDVR Config app protocol, it's not shown anywhere and not related to the major version
#define SYSDVR_VERSION_MIN 5
#define SYSDVR_VERSION_MAX 7
#define SYSDVR_VERSION_MAX 8
#define TYPE_MODE_USB 1
#define TYPE_MODE_TCP 2
#define TYPE_MODE_RTSP 4
Expand Down

0 comments on commit bec411e

Please sign in to comment.