From 41ec64e87c29cb094b44aec4b7d8df4c6d040bd9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 14 Apr 2014 11:37:55 -0400 Subject: [PATCH] Add controllers.json for the Fire TV --- assets/controllers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assets/controllers.json diff --git a/assets/controllers.json b/assets/controllers.json new file mode 100644 index 00000000..6c631646 --- /dev/null +++ b/assets/controllers.json @@ -0,0 +1,12 @@ +{ + "SupportedControllers" : { + "Gamepad" : {}, + "Remote" : "false", + "SecondScreen" : { + "DPad" : "false", + "AnalogSticks" : "0", + "DigitalButtons" : "0", + "Mouse" : "false" + } + } +} \ No newline at end of file