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:
@@ -26,9 +26,9 @@
|
||||
|
||||
namespace DX12
|
||||
{
|
||||
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