From 537aaca5c200cb61928674303f7a24e3af29ad54 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Sun, 27 Oct 2019 06:17:30 +0300 Subject: ControllerConfig done Fix Cam enum --- src/core/Frontend.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/Frontend.h') diff --git a/src/core/Frontend.h b/src/core/Frontend.h index b588b1af..e1ee5b31 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -342,6 +342,12 @@ enum NUM_MENUROWS = 18, }; +enum eControlMethod +{ + CONTROL_STANDART = 0, + CONTROL_CLASSIC, +}; + struct tSkinInfo { int field_0; @@ -431,6 +437,9 @@ public: int m_nCurrSaveSlot; int m_nScreenChangeDelayTimer; +public: + bool GetIsMenuActive() {return !!m_bMenuActive;} + public: static int32 &OS_Language; static int8 &m_PrefsUseVibration; -- cgit v1.2.3