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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/setup_video.h') 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; -- cgit v1.2.3-60-g2f50