From: Autechre Date: Sun, 30 May 2021 09:31:11 +0000 (+0200) Subject: Merge pull request #522 from negativeExponent/patch-2 X-Git-Tag: r24l~579 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d1b18ba0408c684eaa63ce4be3b55d7e4b2aac;hp=cf71346b180ca485e67a43fc199232c51be9459b;p=pcsx_rearmed.git Merge pull request #522 from negativeExponent/patch-2 Set inputs to use "standard" by default --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 609ce86a..d0a0da76 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1385,6 +1385,10 @@ bool retro_load_game(const struct retro_game_info *info) } } + /* set ports to use "standard controller" initially */ + for (i = 0; i < 8; ++i) + in_type[i] = PSE_PAD_TYPE_STANDARD; + plugin_call_rearmed_cbs(); /* dfinput_activate(); */