From b1911f32a35311cc432c07baaae2c2ca5f1293c7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 29 Mar 2020 17:34:42 -0500 Subject: [PATCH] virtual pads - fix atari 2600 booster grip button mapping, broken in recent refactors --- BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs index ed5432b9ce..86cb3cc2f3 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/A26Schema.cs @@ -104,8 +104,8 @@ namespace BizHawk.Client.EmuHawk ButtonSchema.Left(2, 24, controller), ButtonSchema.Right(44, 24, controller), new ButtonSchema(132, 24, controller, "Button") { DisplayName = "B" }, - new ButtonSchema(68, 36, "Button 1") { DisplayName = "B1" }, - new ButtonSchema(100, 36, "Button 2") { DisplayName = "B2" } + new ButtonSchema(68, 36, controller, "Button 1") { DisplayName = "B1" }, + new ButtonSchema(100, 36, controller, "Button 2") { DisplayName = "B2" } } }; }