diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-03 15:10:19 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-20 11:15:09 -0400 |
| commit | 833b7ee584c8ed828dea99f71c6874e73a8c3f32 (patch) | |
| tree | 9b7dc659cbe5eaef9fb36f283d5310e4e0c8335e /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 08611c3f363b67e9a9aedef43d9e18bab1d232cf (diff) | |
BPFunctions: Remove the rest of GetConfig
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index 89ace7baa5..a5cb6d9f66 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -223,20 +223,6 @@ skip: Renderer::StorePixelFormat(new_format); } -bool GetConfig(const int &type) -{ - switch (type) - { - case CONFIG_ISWII: - return SConfig::GetInstance().m_LocalCoreStartupParameter.bWii; - case CONFIG_SHOWEFBREGIONS: - return g_ActiveConfig.bShowEFBCopyRegions; - default: - PanicAlert("GetConfig Error: Unknown Config Type!"); - return false; - } -} - void SetInterlacingMode(const BPCmd &bp) { // TODO |
