Frontend: Hook up right stick button to main menu bar

This commit is contained in:
Connor McLaughlin
2019-10-27 01:05:43 +10:00
parent f314a26eee
commit f22de715c7
2 changed files with 15 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ private:
u32 m_last_global_tick_counter = 0;
Timer m_fps_timer;
bool m_focus_main_menu_bar = false;
bool m_about_window_open = false;
bool m_speed_limiter_enabled = true;
bool m_speed_limiter_temp_disabled = false;