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:
Dentomologist
2025-10-13 17:38:20 -07:00
parent e0e2c7461b
commit 5b4df5ae98
16 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -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