From e52e01a306b100b2e556c50bcf741740856a031f Mon Sep 17 00:00:00 2001 From: J-D-K Date: Mon, 18 Aug 2025 18:53:21 -0400 Subject: [PATCH] Update fslib, build date. --- Libraries/FsLib | 2 +- Makefile | 2 +- source/JKSV.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/FsLib b/Libraries/FsLib index 833cc56..3dad2c2 160000 --- a/Libraries/FsLib +++ b/Libraries/FsLib @@ -1 +1 @@ -Subproject commit 833cc56182f3796eb4b7123d2edd5dff83d4f8e4 +Subproject commit 3dad2c27fd568d1522b0c28651a47b06ff25ab7f diff --git a/Makefile b/Makefile index c33259d..2f86b70 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ INCLUDES := include ./Libraries/FsLib/Switch/FsLib/include ./Libraries/SDLLib/SD EXEFS_SRC := exefs_src APP_TITLE := JKSV APP_AUTHOR := JK -APP_VERSION := 08.15.2025 +APP_VERSION := 08.17.2025 ROMFS := romfs ICON := icon.jpg diff --git a/source/JKSV.cpp b/source/JKSV.cpp index 784fc9f..dc33149 100644 --- a/source/JKSV.cpp +++ b/source/JKSV.cpp @@ -30,7 +30,7 @@ namespace /// @brief Build month. constexpr uint8_t BUILD_MON = 8; /// @brief Build day. - constexpr uint8_t BUILD_DAY = 15; + constexpr uint8_t BUILD_DAY = 17; /// @brief Year. constexpr uint16_t BUILD_YEAR = 2025; } // namespace