mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 12:55:42 -04:00
GameSettings: Simplify controller type check
This commit is contained in:
parent
303357df27
commit
1db1d64a1f
@ -638,8 +638,7 @@ void Entry::ApplySettings(bool display_osd_messages) const
|
||||
{
|
||||
for (u32 i = 0; i < NUM_CONTROLLER_AND_CARD_PORTS; i++)
|
||||
{
|
||||
if (g_settings.controller_types[i] != ControllerType::None &&
|
||||
g_settings.controller_types[i] == ControllerType::AnalogController)
|
||||
if (g_settings.controller_types[i] == ControllerType::AnalogController)
|
||||
{
|
||||
if (display_osd_messages)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user