Add FadeIn on boot, change FileOptionState transition type, UI tweaks.

This commit is contained in:
J-D-K
2025-10-01 20:08:31 -04:00
parent fb88c7939a
commit c677189452
8 changed files with 54 additions and 95 deletions

View File

@@ -27,6 +27,8 @@ void DataLoadingState::update()
m_context.process_icon_queue();
}
void DataLoadingState::sub_update() { BaseTask::update_loading_glyph(); }
void DataLoadingState::render()
{
static constexpr int ICON_X_COORD = SCREEN_CENTER - 128;