mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 02:16:14 -05: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