mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:39:01 +00:00
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:
parent
59f9c009ef
commit
460f3cea44
2 changed files with 436 additions and 365 deletions
File diff suppressed because it is too large
Load diff
|
@ -781,6 +781,7 @@ public:
|
|||
void PageUpList(bool);
|
||||
void PageDownList(bool);
|
||||
int8 GetPreviousPageOption();
|
||||
void ProcessList(bool &goBack, bool &optionSelected);
|
||||
};
|
||||
|
||||
#ifndef IMPROVED_VIDEOMODE
|
||||
|
|
Loading…
Reference in a new issue