summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/VideoBackendBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/VideoBackendBase.h b/Source/Core/Common/Src/VideoBackendBase.h
index 54c4ff4cc8..c4455b3234 100644
--- a/Source/Core/Common/Src/VideoBackendBase.h
+++ b/Source/Core/Common/Src/VideoBackendBase.h
@@ -97,6 +97,7 @@ public:
virtual void RunLoop(bool enable) = 0;
virtual std::string GetName() = 0;
+ virtual std::string GetDisplayName() { return GetName(); }
virtual void ShowConfig(void*) {}