mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 09:48:51 +01:00
Prevent art loading from interrupting the menu scroll animation.
This commit is contained in:
parent
efe176e4ed
commit
25445924ad
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user