From 6cd4c1a2b02726766ad0d5317013ba2e1314c127 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Dec 2012 20:31:46 +0300 Subject: Disable best video mode detection under Apple. --- src/gui/setup_video.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/setup_video.cpp') diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 37e09645c..bc6245ebc 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -235,7 +235,7 @@ Setup_Video::Setup_Video(const Widget2 *const widget) : mFpsLabel(new Label(this)), mAltFpsSlider(new Slider(2, 160)), mAltFpsLabel(new Label(this, _("Alt FPS limit: "))), -#ifndef ANDROID +#if !defined(ANDROID) && !defined(__APPLE__) mDetectButton(new Button(this, _("Detect best mode"), "detect", this)), #endif mDialog(nullptr) @@ -317,7 +317,7 @@ Setup_Video::Setup_Video(const Widget2 *const widget) : place(0, 7, mAltFpsSlider); place(1, 7, mAltFpsLabel).setPadding(3); -#ifndef ANDROID +#if !defined(ANDROID) && !defined(__APPLE__) place(0, 8, mDetectButton); #else mNoFrameCheckBox->setEnabled(false); @@ -571,7 +571,7 @@ void Setup_Video::action(const gcn::ActionEvent &event) { config.setValue("noframe", mNoFrameCheckBox->isSelected()); } -#if defined(USE_OPENGL) && !defined(ANDROID) +#if defined(USE_OPENGL) && !defined(ANDROID) && !defined(__APPLE__) else if (id == "detect") { TestMain *test = graphicsManager.startDetection(); -- cgit v1.2.3-70-g09d2