Converted compatibility into a string value, instead of an integer.
This commit is contained in:
parent
f3d08c1a0f
commit
b1875fffe2
|
@ -19,9 +19,9 @@ region = "JPN"
|
||||||
release_date = "2012-04-25"
|
release_date = "2012-04-25"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Clector"
|
author = "Clector"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2013-06-09"
|
release_date = "2013-06-09"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 3
|
compatibility = "3"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -39,7 +39,7 @@ The metadata for the game is located at `/<Game Name>/game.dat`. This is require
|
||||||
- `release_date` (String): When the game was released in this region.
|
- `release_date` (String): When the game was released in this region.
|
||||||
|
|
||||||
- `testcases` (Array of tables): Info about each submitted test case.
|
- `testcases` (Array of tables): Info about each submitted test case.
|
||||||
- `compatibility` (Integer): How well the game works in Citra. A reference can be found [here](https://citra-emu.org/game/), with `Won't Boot` being `5`, and `Perfect` being `0`.
|
- `compatibility` (String): How well the game works in Citra. A reference can be found [here](https://citra-emu.org/game/), with `Won't Boot` being `"5"`, and `Perfect` being `"0"`.
|
||||||
- `date` (String): Last date the game was tested on.
|
- `date` (String): Last date the game was tested on.
|
||||||
- `version` (String): Last version of Citra the game was tested on.
|
- `version` (String): Last version of Citra the game was tested on.
|
||||||
- `author` (String): Your forum account name, if you have one. If you don't, don't include this line.
|
- `author` (String): Your forum account name, if you have one. If you don't, don't include this line.
|
||||||
|
@ -57,7 +57,7 @@ region = "USA"
|
||||||
release_date = "2011-06-19"
|
release_date = "2011-06-19"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-a7ddec8"
|
version = "HEAD-a7ddec8"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2013-02-04"
|
release_date = "2013-02-04"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 2
|
compatibility = "2"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -19,9 +19,9 @@ region = "EUR"
|
||||||
release_date = "2014-05-16"
|
release_date = "2014-05-16"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Clector"
|
author = "Clector"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2013-11-22"
|
release_date = "2013-11-22"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-e46ec64"
|
version = "HEAD-e46ec64"
|
||||||
author = "Leo121"
|
author = "Leo121"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "EUR"
|
||||||
release_date = "2015-02-13"
|
release_date = "2015-02-13"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-a7ddec8"
|
version = "HEAD-a7ddec8"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2011-06-19"
|
release_date = "2011-06-19"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-a7ddec8"
|
version = "HEAD-a7ddec8"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2011-12-04"
|
release_date = "2011-12-04"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 3
|
compatibility = "3"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-a7ddec8"
|
version = "HEAD-a7ddec8"
|
||||||
author = "TheKoopaKingdom"
|
author = "TheKoopaKingdom"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -7,9 +7,9 @@ region = "USA"
|
||||||
release_date = "2017-03-06"
|
release_date = "2017-03-06"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 5
|
compatibility = "5"
|
||||||
date = "2017-06-03"
|
date = "2017-06-03"
|
||||||
version = "HEAD-a7ddec8"
|
version = "HEAD-a7ddec8"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2015-02-13"
|
release_date = "2015-02-13"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 3
|
compatibility = "3"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-bae3799"
|
version = "HEAD-bae3799"
|
||||||
author = "Desmond"
|
author = "Desmond"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "JPN"
|
||||||
release_date = "2011-06-27"
|
release_date = "2011-06-27"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "JPN"
|
||||||
release_date = "2011-12-28"
|
release_date = "2011-12-28"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "JPN"
|
||||||
release_date = "2013-06-12"
|
release_date = "2013-06-12"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "JPN"
|
||||||
release_date = "2013-11-20"
|
release_date = "2013-11-20"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2014-11-13"
|
release_date = "2014-11-13"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "EUR"
|
||||||
release_date = "2015-06-30"
|
release_date = "2015-06-30"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2016-12-15"
|
release_date = "2016-12-15"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "SonofUgly"
|
author = "SonofUgly"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "EUR"
|
||||||
release_date = "2013-05-17"
|
release_date = "2013-05-17"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "jselby"
|
author = "jselby"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "USA"
|
||||||
release_date = "2014-11-21"
|
release_date = "2014-11-21"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "USA"
|
||||||
release_date = "2016-11-18"
|
release_date = "2016-11-18"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "EUR"
|
||||||
release_date = "2016-02-20"
|
release_date = "2016-02-20"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 2
|
compatibility = "2"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "jselby"
|
author = "jselby"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -14,9 +14,9 @@ region = "USA"
|
||||||
release_date = "2013-10-12"
|
release_date = "2013-10-12"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 3
|
compatibility = "3"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -10,9 +10,9 @@ release_date = "2016-12-08"
|
||||||
|
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 5
|
compatibility = "5"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Clector"
|
author = "Clector"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2011-07-14"
|
release_date = "2011-07-14"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-04"
|
date = "2017-06-04"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,7 +9,7 @@ region = "USA"
|
||||||
release_date = "2017-02-28"
|
release_date = "2017-02-28"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 0
|
compatibility = "0"
|
||||||
date = "2017-06-05"
|
date = "2017-06-05"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "soukoba"
|
author = "soukoba"
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2011-11-13"
|
release_date = "2011-11-13"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 2
|
compatibility = "2"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2014-10-3"
|
release_date = "2014-10-3"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-05-31"
|
date = "2017-05-31"
|
||||||
version = "HEAD-4857eb4"
|
version = "HEAD-4857eb4"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2012-07-05"
|
release_date = "2012-07-05"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-04"
|
date = "2017-06-04"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
|
@ -9,9 +9,9 @@ region = "USA"
|
||||||
release_date = "2011-12-22"
|
release_date = "2011-12-22"
|
||||||
|
|
||||||
[[ testcases ]]
|
[[ testcases ]]
|
||||||
compatibility = 1
|
compatibility = "1"
|
||||||
date = "2017-06-04"
|
date = "2017-06-04"
|
||||||
version = "HEAD-8f0a23b"
|
version = "HEAD-8f0a23b"
|
||||||
author = "Flamboyant_Ham"
|
author = "Flamboyant_Ham"
|
||||||
cpu = ""
|
cpu = ""
|
||||||
gpu = ""
|
gpu = ""
|
||||||
|
|
Reference in New Issue