mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 11:05:46 -04:00
AnalogController: Fix incorrect locked message format
This commit is contained in:
@ -312,8 +312,8 @@ void AnalogController::ProcessAnalogModeToggle()
|
|||||||
Host::AddIconOSDMessage(
|
Host::AddIconOSDMessage(
|
||||||
fmt::format("Controller{}AnalogMode", m_index), ICON_FA_GAMEPAD,
|
fmt::format("Controller{}AnalogMode", m_index), ICON_FA_GAMEPAD,
|
||||||
fmt::format((m_analog_mode ?
|
fmt::format((m_analog_mode ?
|
||||||
Host::TranslateString("AnalogController", "Controller %u is locked to analog mode by the game.") :
|
Host::TranslateString("AnalogController", "Controller {} is locked to analog mode by the game.") :
|
||||||
Host::TranslateString("AnalogController", "Controller %u is locked to digital mode by the game."))
|
Host::TranslateString("AnalogController", "Controller {} is locked to digital mode by the game."))
|
||||||
.GetCharArray(),
|
.GetCharArray(),
|
||||||
m_index + 1u),
|
m_index + 1u),
|
||||||
5.0f);
|
5.0f);
|
||||||
|
Reference in New Issue
Block a user