From 0fa4aa993e0972d05cb7d86b3450760816fdf459 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 13 Nov 2012 19:40:09 +0000 Subject: [PATCH] C64 keyboard - oops --- BizHawk.MultiClient/Config.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/Config.cs b/BizHawk.MultiClient/Config.cs index f8c9edf995..aa674a7945 100644 --- a/BizHawk.MultiClient/Config.cs +++ b/BizHawk.MultiClient/Config.cs @@ -60,6 +60,7 @@ namespace BizHawk.MultiClient C64Joysticks[1] = new SingleButtonJoyStickTemplate(false); C64AutoJoysticks[0] = new SingleButtonJoyStickTemplate(false); C64AutoJoysticks[1] = new SingleButtonJoyStickTemplate(false); + C64Keyboard = new C64KeyboardTemplate(true); NESConsoleButtons = new NESConsoleButtonTemplate(); SNESConsoleButtons = new NESConsoleButtonTemplate();