summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2020-09-06 07:06:09 -0400
committerGitHub <noreply@github.com>2020-09-06 07:06:09 -0400
commit62467c45ae551bfc54532de4abb89f3ceecafd17 (patch)
tree961561c260a2711b2f29f2b83f30198913f7128d /Source/Core/VideoBackends/Software/SWmain.cpp
parentaee69b03c5677ceea600cf88321bf762dd2aecfa (diff)
parent6eefc3c524a8530a3cb24b5c797288e156bec1db (diff)
Merge pull request #9063 from JosJuice/default-gfx-backend
Make default graphics backend not show up as empty
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 2e75416171..eb03d4796c 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -45,7 +45,7 @@ public:
std::string VideoSoftware::GetName() const
{
- return "Software Renderer";
+ return NAME;
}
std::string VideoSoftware::GetDisplayName() const