Skip to content

Commit

Permalink
updated for sysdvr 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartie95 committed Aug 12, 2022
1 parent bec411e commit b15b012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4
APP_VERSION := 1.0.5

TARGET := $(notdir $(CURDIR))
BUILD := build
Expand Down
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 8
#define SYSDVR_VERSION_MAX 9
#define TYPE_MODE_USB 1
#define TYPE_MODE_TCP 2
#define TYPE_MODE_RTSP 4
Expand Down

0 comments on commit b15b012

Please sign in to comment.