diff --git a/Makefile b/Makefile index b83a070..b9e0cdf 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 := 10.07.2025 +APP_VERSION := 10.09.2025 ROMFS := romfs ICON := icon.jpg diff --git a/include/builddate.hpp b/include/builddate.hpp index 097c4ef..63aaee9 100644 --- a/include/builddate.hpp +++ b/include/builddate.hpp @@ -3,6 +3,6 @@ namespace builddate { inline constexpr int MONTH = 10; - inline constexpr int DAY = 7; + inline constexpr int DAY = 9; inline constexpr int YEAR = 2025; } diff --git a/romfs/Textures/Frame.png b/romfs/Textures/Frame.png index 5f5003e..74b6862 100644 Binary files a/romfs/Textures/Frame.png and b/romfs/Textures/Frame.png differ diff --git a/source/appstates/TitleInfoState.cpp b/source/appstates/TitleInfoState.cpp index c8ad772..14630fe 100644 --- a/source/appstates/TitleInfoState.cpp +++ b/source/appstates/TitleInfoState.cpp @@ -68,7 +68,7 @@ void TitleInfoState::update() if (!m_transition.in_place()) { return; } else if (m_transition.in_place() && !m_timerStarted) { - m_timer.start(40); + m_timer.start(50); m_timerStarted = true; }