mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-04 19:05:42 -04:00
GameSettings: Only replace analog -> digital controller when forcing
e.g. Die Hard Trilogy can also work with Konami Justifier.
This commit is contained in:
parent
0825bd1d2d
commit
303357df27
@ -639,7 +639,7 @@ void Entry::ApplySettings(bool display_osd_messages) const
|
|||||||
for (u32 i = 0; i < NUM_CONTROLLER_AND_CARD_PORTS; i++)
|
for (u32 i = 0; i < NUM_CONTROLLER_AND_CARD_PORTS; i++)
|
||||||
{
|
{
|
||||||
if (g_settings.controller_types[i] != ControllerType::None &&
|
if (g_settings.controller_types[i] != ControllerType::None &&
|
||||||
g_settings.controller_types[i] != ControllerType::DigitalController)
|
g_settings.controller_types[i] == ControllerType::AnalogController)
|
||||||
{
|
{
|
||||||
if (display_osd_messages)
|
if (display_osd_messages)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user