Frontend: Scroll for All, some care for PS2-like menu

Don't show Back button on PS2-like menu
Removed PS2-style reversed fade-in, because it was a hack and taking too much space
This commit is contained in:
erorcun 2020-11-10 02:06:59 +03:00
parent 59f9c009ef
commit 460f3cea44
2 changed files with 436 additions and 365 deletions

File diff suppressed because it is too large Load Diff

View File

@ -781,6 +781,7 @@ public:
void PageUpList(bool);
void PageDownList(bool);
int8 GetPreviousPageOption();
void ProcessList(bool &goBack, bool &optionSelected);
};
#ifndef IMPROVED_VIDEOMODE