mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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