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