mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 13:05:23 -05:00
Fix FileModeState control guide not opening correctly.
This commit is contained in:
2
Makefile
2
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.10.2025
|
||||
APP_VERSION := 11.16.2025
|
||||
ROMFS := romfs
|
||||
ICON := icon.jpg
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace builddate
|
||||
{
|
||||
inline constexpr int MONTH = 10;
|
||||
inline constexpr int DAY = 30;
|
||||
inline constexpr int MONTH = 11;
|
||||
inline constexpr int DAY = 16;
|
||||
inline constexpr int YEAR = 2025;
|
||||
}
|
||||
|
||||
@@ -101,6 +101,9 @@ void ui::ControlGuide::reset() noexcept
|
||||
// Set both to the width of the screen.
|
||||
m_transition.set_target_x(graphics::SCREEN_WIDTH);
|
||||
m_transition.set_x(graphics::SCREEN_WIDTH);
|
||||
|
||||
// Set the state to Hidden.
|
||||
m_state = State::Hidden;
|
||||
}
|
||||
|
||||
void ui::ControlGuide::update_position_state() noexcept
|
||||
|
||||
Reference in New Issue
Block a user