From 3079c6a6590a8a7e0d788b9d3f894dab998ba734 Mon Sep 17 00:00:00 2001 From: BaronKiko Date: Sat, 27 Apr 2019 19:45:23 +0100 Subject: [PATCH] Added missing bracket in _schema.json (#686) --- Ryujinx/_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json index d06c8e91b..ccb42dadf 100644 --- a/Ryujinx/_schema.json +++ b/Ryujinx/_schema.json @@ -653,7 +653,8 @@ } } } - }, + } + }, "gamepad_controls": { "$id": "#/properties/gamepad_controls", "type": "object",