pizza boy sgb - virtualpad support for the other controllers

This commit is contained in:
adelikat 2017-07-13 20:45:54 -05:00
parent 05299c618f
commit b968dbf81b
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ namespace BizHawk.Client.EmuHawk
public IEnumerable<PadSchema> GetPadSchemas(IEmulator core)
{
yield return StandardController(1);
yield return StandardController(2);
yield return StandardController(3);
yield return StandardController(4);
}
private static PadSchema StandardController(int controllerNum)