fix SMS controller definition (in Bkm)

This commit is contained in:
Morilli 2025-02-18 10:38:10 +01:00
parent 85e2d18780
commit b6a175bddf
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace BizHawk.Client.Common
break;
case "SMS Controller":
SetFromMnemonic(mnemonic.AsSpan(1));
Force("Power", mnemonic[^3] == 'P');
Force("Pause", mnemonic[^3] == 'p');
Force("Reset", mnemonic[^2] == 'r');
break;
case "TI83 Controller":