summaryrefslogtreecommitdiff
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-10 02:06:59 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-10 02:07:02 +0300
commit460f3cea447296cb5757c04108b9ac6becd6c968 (patch)
tree813037065cbf49ecc932dde3531f1d96c2c27029 /src/core/Frontend.h
parent59f9c009efd3e149b83621c61716fa8da1ee1309 (diff)
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
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 72288f98..21124fdb 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -781,6 +781,7 @@ public:
void PageUpList(bool);
void PageDownList(bool);
int8 GetPreviousPageOption();
+ void ProcessList(bool &goBack, bool &optionSelected);
};
#ifndef IMPROVED_VIDEOMODE