StringUtil: Fix inequal-length EqualNoCase

This commit is contained in:
Stenzek
2024-02-04 14:06:58 +10:00
parent 8170475c6b
commit a957fb669d
3 changed files with 6 additions and 6 deletions

View File

@ -409,7 +409,7 @@ struct Settings
static const char* GetAudioBackendName(AudioBackend backend);
static const char* GetAudioBackendDisplayName(AudioBackend backend);
static std::optional<ControllerType> ParseControllerTypeName(const char* str);
static std::optional<ControllerType> ParseControllerTypeName(std::string_view str);
static const char* GetControllerTypeName(ControllerType type);
static const char* GetControllerTypeDisplayName(ControllerType type);