A2600: fix controller selection error

This commit is contained in:
alyosha-tas 2021-07-07 16:50:32 -04:00
parent 946b0e2c01
commit bed5cc66ab
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
public Atari2600ControllerDeck(Atari2600ControllerTypes controller1, Atari2600ControllerTypes controller2)
{
Port1 = ControllerCtors[controller1](1);
Port2 = ControllerCtors[controller1](2);
Port2 = ControllerCtors[controller2](2);
Definition = new ControllerDefinition
{