瀏覽代碼

Added missing bracket in _schema.json (#686)

BaronKiko 7 年之前
父節點
當前提交
3079c6a659
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Ryujinx/_schema.json

+ 2 - 1
Ryujinx/_schema.json

@@ -653,7 +653,8 @@
             }
           }
         }
-      },
+      }
+    },
     "gamepad_controls": {
       "$id": "#/properties/gamepad_controls",
       "type": "object",