summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-05-03 15:10:19 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-05-20 11:15:09 -0400
commit833b7ee584c8ed828dea99f71c6874e73a8c3f32 (patch)
tree9b7dc659cbe5eaef9fb36f283d5310e4e0c8335e /Source/Core/VideoCommon/BPFunctions.cpp
parent08611c3f363b67e9a9aedef43d9e18bab1d232cf (diff)
BPFunctions: Remove the rest of GetConfig
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
-rw-r--r--Source/Core/VideoCommon/BPFunctions.cpp14
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