mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Fix lint bugs
This commit is contained in:
parent
b5db180ac4
commit
3b11066e61
11 changed files with 330 additions and 272 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue