fixes a95c4f182
This commit is contained in:
YoshiRulz 2022-08-22 01:21:22 +10:00
parent afdfa065bd
commit 5906fd154e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ namespace BizHawk.Client.EmuHawk
// Fixes auto-loading, but why is this code like this? The code above suggests we have a AxisPattern for every axis button? But we don't
// This is a sign of a deeper problem, but this fixes some basic functionality at least
if (index < BoolPatterns.Length)
if (index < AxisPatterns.Length)
{
AutoPatternAxis p = AxisPatterns[index];
InputManager.AutofireStickyXorAdapter.SetAxis(button, value, p);