diff options
| author | skidau <skidau@gmail.com> | 2014-10-15 13:42:37 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2014-10-15 13:42:37 +1100 |
| commit | 8ef21bc5e292e8060ba2bdd6e55ab6e70a5ec984 (patch) | |
| tree | 4c7553297675844d44e76d9f9cf0d6cdae6e2bb3 /Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | |
| parent | 9f5ea81ffed409c6c0533cef08431e0311165f4b (diff) | |
| parent | 8d424b114ae98243744a118e44d38e0a40645682 (diff) | |
Merge pull request #1272 from RisingFog/sconfig-dump-frames
Move bDumpFrames to SConfig (and it's references)
Diffstat (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp index ab97113f55..60cea18ac4 100644 --- a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp +++ b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp @@ -102,7 +102,6 @@ SoftwareVideoConfigDialog::SoftwareVideoConfigDialog(wxWindow* parent, const std szr_utility->Add(new SettingCheckBox(page_general, _("Dump Textures"), "", vconfig.bDumpTextures)); szr_utility->Add(new SettingCheckBox(page_general, _("Dump Objects"), "", vconfig.bDumpObjects)); - szr_utility->Add(new SettingCheckBox(page_general, _("Dump Frames"), "", vconfig.bDumpFrames)); // - debug only wxStaticBoxSizer* const group_debug_only_utility = new wxStaticBoxSizer(wxHORIZONTAL, page_general, _("Debug Only")); |
