mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +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;
|
break;
|
||||||
|
|
||||||
case RETROFE_HIGHLIGHT_EXIT:
|
case RETROFE_HIGHLIGHT_EXIT:
|
||||||
if (currentPage_->isMenuIdle() && processUserInput(currentPage_) == RETROFE_HIGHLIGHT_REQUEST)
|
if (currentPage_->isIdle())
|
||||||
{
|
|
||||||
state = RETROFE_HIGHLIGHT_MENU_IDLE;
|
|
||||||
}
|
|
||||||
else if (currentPage_->isIdle())
|
|
||||||
{
|
{
|
||||||
currentPage_->highlightLoadArt();
|
currentPage_->highlightLoadArt();
|
||||||
state = RETROFE_HIGHLIGHT_LOAD_ART;
|
state = RETROFE_HIGHLIGHT_LOAD_ART;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user