mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
CommonHostInterface: Fix minor log message typo
This commit is contained in:
parent
b141042952
commit
8a94fc944a
|
@ -1154,7 +1154,7 @@ bool CommonHostInterface::AddAxisToInputMap(const std::string& binding, const st
|
||||||
if (!axis_index ||
|
if (!axis_index ||
|
||||||
!m_controller_interface->BindControllerAxis(*controller_index, *axis_index, std::move(handler)))
|
!m_controller_interface->BindControllerAxis(*controller_index, *axis_index, std::move(handler)))
|
||||||
{
|
{
|
||||||
Log_WarningPrintf("Failed to bind controller axis '%s' to axi", binding.c_str());
|
Log_WarningPrintf("Failed to bind controller axis '%s' to axis", binding.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue