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