diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-06 20:31:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-06 20:31:46 +0300 |
commit | 6cd4c1a2b02726766ad0d5317013ba2e1314c127 (patch) | |
tree | 8d03d304c7c45fc3125c7715ff3b1b71f4335e87 /src/gui/setup_video.h | |
parent | 23d29ec55093cd95c9084965a179ef70da2af150 (diff) | |
download | plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.gz plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.bz2 plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.tar.xz plus-6cd4c1a2b02726766ad0d5317013ba2e1314c127.zip |
Disable best video mode detection under Apple.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 59c293945..6d6e8cdcb 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -87,7 +87,7 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener Slider *mAltFpsSlider; Label *mAltFpsLabel; -#ifndef ANDROID +#if !defined(ANDROID) && !defined(__APPLE__) Button *mDetectButton; #endif TextDialog *mDialog; |