mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 17:38:02 -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:
@@ -28,9 +28,9 @@
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
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