diff options
| author | degasus <wickmarkus@web.de> | 2016-06-26 08:06:23 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2016-06-26 12:34:59 +0200 |
| commit | d79aeaa1e9b224b3bb147c605fb8ffd6e2bfc890 (patch) | |
| tree | 4b3501c75657ecca47e85e3aa3fd4361641b78a3 /Source/Core/VideoBackends/Software | |
| parent | 5f2f4620676198bb63eeb169358435037491d4ad (diff) | |
VideoCommon: Drop GetConfigName.
We're past 5.0 now, so there is no need to look for old inis.
Diffstat (limited to 'Source/Core/VideoBackends/Software')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 5 | ||||
| -rw-r--r-- | Source/Core/VideoBackends/Software/VideoBackend.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index d5b9bed4ca..d34395570d 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -134,11 +134,6 @@ std::string VideoSoftware::GetDisplayName() const return "Software Renderer"; } -std::string VideoSoftware::GetConfigName() const -{ - return "gfx_software"; -} - void VideoSoftware::InitBackendInfo() { g_Config.backend_info.APIType = API_NONE; diff --git a/Source/Core/VideoBackends/Software/VideoBackend.h b/Source/Core/VideoBackends/Software/VideoBackend.h index 4cca26462e..99eec53a4e 100644 --- a/Source/Core/VideoBackends/Software/VideoBackend.h +++ b/Source/Core/VideoBackends/Software/VideoBackend.h @@ -21,7 +21,6 @@ class VideoSoftware : public VideoBackendBase std::string GetName() const override; std::string GetDisplayName() const override; - std::string GetConfigName() const override; void Video_Prepare() override; void Video_Cleanup() override; |
