parent
d66b7f61b8
commit
61b300b65a
|
@ -248,6 +248,13 @@ namespace BizHawk.Client.EmuHawk
|
||||||
DisplayName = "Pause",
|
DisplayName = "Pause",
|
||||||
Location = new Point(158, 15),
|
Location = new Point(158, 15),
|
||||||
Type = PadSchema.PadInputType.Boolean
|
Type = PadSchema.PadInputType.Boolean
|
||||||
|
},
|
||||||
|
new PadSchema.ButtonSchema
|
||||||
|
{
|
||||||
|
Name = "BW",
|
||||||
|
DisplayName = "BW",
|
||||||
|
Location = new Point(158, 15),
|
||||||
|
Type = PadSchema.PadInputType.Boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue