summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-10-08 21:45:37 +0200
committereray orçunus <erayorcunus@gmail.com>2020-10-08 21:45:37 +0200
commit570ccb7db1c94bf9adf62a8809dfa648139a3915 (patch)
tree8dadceb031c51a2cffc6fccd7600c95a16fd45e1 /src/core/Frontend.h
parentupdate librw (diff)
parentMerge pull request #756 from erorcun/miami (diff)
downloadre3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar.gz
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar.bz2
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar.lz
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar.xz
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.tar.zst
re3-570ccb7db1c94bf9adf62a8809dfa648139a3915.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 6cd58e7d..0dab83a4 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -207,8 +207,8 @@ enum eMenuAction
MENUACTION_YES,
MENUACTION_NO,
MENUACTION_CHANGEMENU,
- MENUACTION_UNK5,
MENUACTION_INVERTPADY,
+ MENUACTION_CTRLDISPLAY,
MENUACTION_FRAMESYNC,
MENUACTION_FRAMELIMIT,
MENUACTION_TRAILS,
@@ -466,7 +466,7 @@ public:
bool m_PrefsUseVibration;
bool m_PrefsShowHud;
int32 m_PrefsRadarMode;
- uint8 field_10;
+ bool m_DisplayControllerOnFoot;
bool m_bShutDownFrontEndRequested;
bool m_bStartUpFrontEndRequested;
int32 m_KeyPressedCode;
@@ -702,4 +702,4 @@ VALIDATE_SIZE(CMenuManager, 0x688);
extern CMenuManager FrontEndMenuManager;
extern CMenuScreen aScreens[];
-#endif \ No newline at end of file
+#endif