summaryrefslogtreecommitdiff
path: root/src/gui/setup_perfomance.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-26 01:12:32 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-26 01:13:25 +0300
commit6f8da91cf4af4057ae4d2b9a2e2cd654e54d2d2c (patch)
treea5653f6ee58e814a8c33305710616e85e4717f12 /src/gui/setup_perfomance.cpp
parentb296e03e228f4506b65852b055df007ccbe14310 (diff)
downloadplus-6f8da91cf4af4057ae4d2b9a2e2cd654e54d2d2c.tar.gz
plus-6f8da91cf4af4057ae4d2b9a2e2cd654e54d2d2c.tar.bz2
plus-6f8da91cf4af4057ae4d2b9a2e2cd654e54d2d2c.tar.xz
plus-6f8da91cf4af4057ae4d2b9a2e2cd654e54d2d2c.zip
disable map reduce in SDL2.
Diffstat (limited to 'src/gui/setup_perfomance.cpp')
-rw-r--r--src/gui/setup_perfomance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp
index eecfe95fc..17dec597e 100644
--- a/src/gui/setup_perfomance.cpp
+++ b/src/gui/setup_perfomance.cpp
@@ -81,9 +81,11 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
new SetupItemCheckBox(_("Enable opacity cache (Software, can "
"use much memory)"), "", "alphaCache", this, "alphaCacheEvent");
+#ifndef USE_SDL2
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable map reduce (Software)"), "",
"enableMapReduce", this, "enableMapReduceEvent");
+#endif
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable compound sprite delay (Software)"), "",