From 0147849535acfcdad71e8dafa9d3b7bca290e5a1 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Tue, 29 Aug 2017 09:33:21 -0400 Subject: [PATCH] Delete ControllerAction.cs --- EMU7800/Core/ControllerAction.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 EMU7800/Core/ControllerAction.cs diff --git a/EMU7800/Core/ControllerAction.cs b/EMU7800/Core/ControllerAction.cs deleted file mode 100644 index bad0cc82ee..0000000000 --- a/EMU7800/Core/ControllerAction.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace EMU7800.Core -{ - public enum ControllerAction - { - Up, - Down, - Left, - Right, - Trigger, // Interpretation: 7800 RFire; 2600 Fire, BoosterGrip top - Trigger2, // Interpretation: 7800 LFire, BoosterGrip trigger - Keypad1, Keypad2, Keypad3, - Keypad4, Keypad5, Keypad6, - Keypad7, Keypad8, Keypad9, - KeypadA, Keypad0, KeypadP, - Driving0, Driving1, Driving2, Driving3, - } -} \ No newline at end of file