summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 1802e2739..72066c7aa 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -650,6 +650,10 @@ static const char *_patches_ui[] = {
* Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */
"scrollwheel_scrolling",
"scrollwheel_multiplier",
+#ifdef __APPLE__
+ /* We might need to emulate a right mouse button on mac */
+ "right_mouse_btn_emulation",
+#endif
"pause_on_newgame",
"advanced_vehicle_list",
"loading_indicators",