mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 02:12:46 +01:00
Prevent art loading from interrupting the menu scroll animation.
This commit is contained in:
@@ -401,11 +401,7 @@ void RetroFE::run()
|
||||
break;
|
||||
|
||||
case RETROFE_HIGHLIGHT_EXIT:
|
||||
if (currentPage_->isMenuIdle() && processUserInput(currentPage_) == RETROFE_HIGHLIGHT_REQUEST)
|
||||
{
|
||||
state = RETROFE_HIGHLIGHT_MENU_IDLE;
|
||||
}
|
||||
else if (currentPage_->isIdle())
|
||||
if (currentPage_->isIdle())
|
||||
{
|
||||
currentPage_->highlightLoadArt();
|
||||
state = RETROFE_HIGHLIGHT_LOAD_ART;
|
||||
|
||||
Reference in New Issue
Block a user