Explorar el Código

Added missing bracket in _schema.json (#686)

BaronKiko hace 7 años
padre
commit
3079c6a659
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Ryujinx/_schema.json

+ 2 - 1
Ryujinx/_schema.json

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