From 3de08947c635077e4c97bb7c5299c725596fd890 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 4 Jun 2017 15:56:07 -0400 Subject: [PATCH] Correcting build errors from invalid JSON. --- site/data/compatibility.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/data/compatibility.json b/site/data/compatibility.json index 6b81723..e8dce6f 100644 --- a/site/data/compatibility.json +++ b/site/data/compatibility.json @@ -1,8 +1,8 @@ { - "5": { "name": "Perfect", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." } + "5": { "name": "Perfect", "description": "Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed." }, "4": { "name": "Great", "description": "Game functions with minor graphical or audio glitches and is playable from start to finish. May require some workarounds." }, "3": { "name": "Okay", "description": "Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds." }, "2": { "name": "Bad", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." }, "1": { "name": "Intro/Menu", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." }, - "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." }, + "0": { "name": "Won't Boot", "description": "The game crashes when attempting to startup." } }