mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
Fix lint bugs
This commit is contained in:
@@ -87,8 +87,8 @@ bool InputConfig::LoadConfig(bool isGC)
|
||||
{
|
||||
std::string base;
|
||||
SplitPath(profile[n], nullptr, &base, nullptr);
|
||||
Core::DisplayMessage("Loading game specific input profile '" + base +
|
||||
"' for device '" + controller->GetName() + "'",
|
||||
Core::DisplayMessage("Loading game specific input profile '" + base + "' for device '" +
|
||||
controller->GetName() + "'",
|
||||
6000);
|
||||
|
||||
IniFile profile_ini;
|
||||
|
||||
Reference in New Issue
Block a user