mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoBackend: Rename GetName to GetConfigName
Make the function name more explicit and a better match for GetDisplayName. Change NAME to CONFIG_NAME while I'm at it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user