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:
@@ -61,9 +61,9 @@ Make AA apply instantly during gameplay if possible
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
std::string VideoBackend::GetName() const
|
||||
std::string VideoBackend::GetConfigName() const
|
||||
{
|
||||
return NAME;
|
||||
return CONFIG_NAME;
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetDisplayName() const
|
||||
|
||||
Reference in New Issue
Block a user