aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronKiko <BaronKiko@users.noreply.github.com>2019-04-27 19:45:23 +0100
committerAc_K <Acoustik666@gmail.com>2019-04-27 20:45:23 +0200
commit3079c6a6590a8a7e0d788b9d3f894dab998ba734 (patch)
treed52b280e33716c0deafb4c45e57197d81f5cb2b3
parent5682de7c0fd1226823848e89d7da89cb8a2921cd (diff)
Added missing bracket in _schema.json (#686)
-rw-r--r--Ryujinx/_schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json
index d06c8e91..ccb42dad 100644
--- a/Ryujinx/_schema.json
+++ b/Ryujinx/_schema.json
@@ -653,7 +653,8 @@
}
}
}
- },
+ }
+ },
"gamepad_controls": {
"$id": "#/properties/gamepad_controls",
"type": "object",