PSX movie import: Fix copy-paste error

Partial Fix, buttons still don't line up but getting closer.
This commit is contained in:
alyosha-tas 2018-02-11 10:03:57 -05:00
parent fd7a3a731e
commit 96fb867f9f
1 changed files with 3 additions and 3 deletions

View File

@ -121,13 +121,13 @@ namespace BizHawk.Client.Common
{
case 0:
case 8:
info.Player1Type = OctoshockDll.ePeripheralType.None;
info.Player2Type = OctoshockDll.ePeripheralType.None;
break;
case 4:
info.Player1Type = OctoshockDll.ePeripheralType.Pad;
info.Player2Type = OctoshockDll.ePeripheralType.Pad;
break;
case 7:
info.Player1Type = OctoshockDll.ePeripheralType.DualShock;
info.Player2Type = OctoshockDll.ePeripheralType.DualShock;
break;
default:
Result.Errors.Add("Movie has unrecognised controller type for Player 2.");