N64 - oops

This commit is contained in:
adelikat 2014-06-28 12:58:13 +00:00
parent 88d4a2a5a8
commit 9378dc5921
2 changed files with 21 additions and 18 deletions

View File

@ -33,6 +33,9 @@ namespace BizHawk.Client.EmuHawk
case LibGPGX.INPUT_DEVICE.DEVICE_MOUSE:
yield return Mouse(player);
break;
case LibGPGX.INPUT_DEVICE.DEVICE_XE_A1P:
// TO DO
break;
}
player++;