mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-25 07:57:04 -05:00
Fix FileModeState control guide not opening correctly.
This commit is contained in:
parent
f629c70f4b
commit
9f268bc670
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user