diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-07 19:07:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-07 21:56:29 +0300 |
commit | 21277ad5c877d90680b757b058a3759e8f8b5559 (patch) | |
tree | 71089c982d94f592b27ed690a5d52e013803ae17 /src/gui/setup_video.h | |
parent | ae1ba709d91bd59d05da7b3e434658ec652f2355 (diff) | |
download | plus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.gz plus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.bz2 plus-21277ad5c877d90680b757b058a3759e8f8b5559.tar.xz plus-21277ad5c877d90680b757b058a3759e8f8b5559.zip |
Add auto adjust perfomance ability.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index f5d3208c8..9533877fb 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -65,6 +65,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mAltFps; bool mAlphaCache; bool mEnableMapReduce; + bool mAdjustPerfomance; bool mBeingOpacity; Being::Speech mSpeechMode; @@ -92,6 +93,7 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mAlphaCacheCheckBox; gcn::CheckBox *mEnableMapReduceCheckBox; + gcn::CheckBox *mAdjustPerfomanceCheckBox; gcn::CheckBox *mBeingOpacityCheckBox; gcn::Slider *mSpeechSlider; gcn::Label *mSpeechLabel; |