summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_video.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-12 16:47:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-12 16:47:09 +0300
commit73cf17e2dd4cabbbfc4308ec65da286f85458960 (patch)
tree7b6546a685611ce71dcc530c3d1b93419a6c21f5 /src/gui/widgets/tabs/setup_video.h
parentf07d919be74197a45f291d457ad44b872ce541de (diff)
downloadplus-73cf17e2dd4cabbbfc4308ec65da286f85458960.tar.gz
plus-73cf17e2dd4cabbbfc4308ec65da286f85458960.tar.bz2
plus-73cf17e2dd4cabbbfc4308ec65da286f85458960.tar.xz
plus-73cf17e2dd4cabbbfc4308ec65da286f85458960.zip
Hide "detect best mode" in nacl.
Diffstat (limited to 'src/gui/widgets/tabs/setup_video.h')
-rw-r--r--src/gui/widgets/tabs/setup_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_video.h b/src/gui/widgets/tabs/setup_video.h
index 4d455a0b9..f497bf786 100644
--- a/src/gui/widgets/tabs/setup_video.h
+++ b/src/gui/widgets/tabs/setup_video.h
@@ -68,7 +68,7 @@ class Setup_Video final : public SetupTab,
Label *mFpsLabel;
Slider *mAltFpsSlider;
Label *mAltFpsLabel;
-#if !defined(ANDROID) && !defined(__APPLE__)
+#if !defined(ANDROID) && !defined(__APPLE__) || !defined(__native_client__)
Button *mDetectButton;
#endif
TextDialog *mDialog;