From 8d424b114ae98243744a118e44d38e0a40645682 Mon Sep 17 00:00:00 2001 From: Fog Date: Sun, 12 Oct 2014 23:53:10 -0400 Subject: Move bDumpFrames to SConfig (and it's references) --- Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp') 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")); -- cgit v1.2.3