From: negativeExponent Date: Thu, 6 May 2021 05:38:18 +0000 (+0800) Subject: Fix reporting for connected or unconnected inputs X-Git-Tag: r24l~581^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=d526ed8c645d7e2147b7d454f29d123b4cfa311d;hp=d526ed8c645d7e2147b7d454f29d123b4cfa311d;p=pcsx_rearmed.git Fix reporting for connected or unconnected inputs Current implementation assumes all inputs are plugged, regardless of input type settings, so input reporting in games also says its connected. This PR fix this minor issue, by sending appropriate input register values when no controllers are attached. Related issue (what i used as well for testing): https://github.com/libretro/duckstation/issues/35 ---