diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2018-05-23 22:20:58 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2018-07-07 13:02:38 -0500 |
| commit | 3b11066e6168a4c266ab30dd2805f8148c00f1a1 (patch) | |
| tree | 4511e62d4a38320512ec3f071226cad98e15b680 /Source/Core/InputCommon/InputConfig.cpp | |
| parent | b5db180ac4dad3b0de143a3f3d4d061ba79e709a (diff) | |
Fix lint bugs
Diffstat (limited to 'Source/Core/InputCommon/InputConfig.cpp')
| -rw-r--r-- | Source/Core/InputCommon/InputConfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/InputConfig.cpp b/Source/Core/InputCommon/InputConfig.cpp index d929356d3c..1ba44c047e 100644 --- a/Source/Core/InputCommon/InputConfig.cpp +++ b/Source/Core/InputCommon/InputConfig.cpp @@ -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; |
