mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -05:00
Give ui::Frame more rounded corners.
This commit is contained in:
parent
ff0cba4b75
commit
2f90b5d2d6
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.07.2025
|
||||
APP_VERSION := 10.09.2025
|
||||
ROMFS := romfs
|
||||
ICON := icon.jpg
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 617 B |
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user