mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00: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++)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue