summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 51c714ad2d..2f51789ae4 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -38,9 +38,9 @@ public:
bool IsFlushed() const override { return true; }
};
-std::string VideoSoftware::GetName() const
+std::string VideoSoftware::GetConfigName() const
{
- return NAME;
+ return CONFIG_NAME;
}
std::string VideoSoftware::GetDisplayName() const