Ooops, remove some testing variables
This commit is contained in:
parent
90e95752e4
commit
4cda40b5b7
|
@ -12,9 +12,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
public IEnumerable<PadSchema> GetPadSchemas()
|
||||
{
|
||||
var core = Global.Emulator as WonderSwan;
|
||||
var def = core.ControllerDefinition;
|
||||
var ss = (WonderSwan.SyncSettings)core.GetSyncSettings();
|
||||
yield return StandardController(1);
|
||||
yield return RotatedController(2);
|
||||
yield return ConsoleButtons();
|
||||
|
|
Loading…
Reference in New Issue