From b1875fffe237d837e7eccc75ea7f8fe94a009474 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Tue, 6 Jun 2017 16:08:03 -0400 Subject: [PATCH] Converted compatibility into a string value, instead of an integer. --- 3D-Kirbys-Adventure/game.dat | 4 ++-- Animal-Crossing-New-Leaf/game.dat | 4 ++-- CONTRIBUTING.md | 4 ++-- Fire-Emblem-Awakening/game.dat | 4 ++-- Kirby-Triple-Deluxe/game.dat | 4 ++-- Legend-of-Zelda-A-Link-Between-Worlds/game.dat | 4 ++-- Legend-of-Zelda-Majoras-Mask/game.dat | 4 ++-- Legend-of-Zelda-Ocarina-of-Time/game.dat | 4 ++-- Mario-Kart-7/game.dat | 4 ++-- Mario-Sports-Superstars/game.dat | 4 ++-- Monster-Hunter-4-Ultimate/game.dat | 4 ++-- Picross-e/game.dat | 4 ++-- Picross-e2/game.dat | 4 ++-- Picross-e3/game.dat | 4 ++-- Picross-e4/game.dat | 4 ++-- Picross-e5/game.dat | 4 ++-- Picross-e6/game.dat | 4 ++-- Picross-e7/game.dat | 4 ++-- Pokemon-Mystery-Dungeon-Gates-To-Infinity/game.dat | 4 ++-- Pokemon-Omega-Ruby-Alpha-Sapphire/game.dat | 4 ++-- Pokemon-Sun-Moon/game.dat | 4 ++-- Pokemon-Super-Mystery-Dungeon/game.dat | 4 ++-- Pokemon-X-Y/game.dat | 4 ++-- Puyo-Puyo-Chronicle/game.dat | 4 ++-- Star-Fox-64-3D/game.dat | 4 ++-- Story-of-Seasons-Trio-of-Towns/game.dat | 2 +- Super-Mario-3D-Land/game.dat | 4 ++-- Super-Smash-Bros/game.dat | 4 ++-- Virtual-Console-Legend-of-Zelda/game.dat | 4 ++-- Virtual-Console-Tetris/game.dat | 4 ++-- 30 files changed, 59 insertions(+), 59 deletions(-) diff --git a/3D-Kirbys-Adventure/game.dat b/3D-Kirbys-Adventure/game.dat index dec55d9..919a965 100644 --- a/3D-Kirbys-Adventure/game.dat +++ b/3D-Kirbys-Adventure/game.dat @@ -19,9 +19,9 @@ region = "JPN" release_date = "2012-04-25" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "Clector" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Animal-Crossing-New-Leaf/game.dat b/Animal-Crossing-New-Leaf/game.dat index 01ed904..2091bed 100644 --- a/Animal-Crossing-New-Leaf/game.dat +++ b/Animal-Crossing-New-Leaf/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2013-06-09" [[ testcases ]] -compatibility = 3 +compatibility = "3" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c92e309..f211d5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ The metadata for the game is located at `//game.dat`. This is require - `release_date` (String): When the game was released in this region. - `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. - `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. @@ -57,7 +57,7 @@ region = "USA" release_date = "2011-06-19" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-03" version = "HEAD-a7ddec8" author = "Flamboyant_Ham" diff --git a/Fire-Emblem-Awakening/game.dat b/Fire-Emblem-Awakening/game.dat index a456a01..a4e3464 100644 --- a/Fire-Emblem-Awakening/game.dat +++ b/Fire-Emblem-Awakening/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2013-02-04" [[ testcases ]] -compatibility = 2 +compatibility = "2" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Kirby-Triple-Deluxe/game.dat b/Kirby-Triple-Deluxe/game.dat index 93876f8..ac26b9d 100644 --- a/Kirby-Triple-Deluxe/game.dat +++ b/Kirby-Triple-Deluxe/game.dat @@ -19,9 +19,9 @@ region = "EUR" release_date = "2014-05-16" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "Clector" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Legend-of-Zelda-A-Link-Between-Worlds/game.dat b/Legend-of-Zelda-A-Link-Between-Worlds/game.dat index 21c5067..b1616cb 100644 --- a/Legend-of-Zelda-A-Link-Between-Worlds/game.dat +++ b/Legend-of-Zelda-A-Link-Between-Worlds/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2013-11-22" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-03" version = "HEAD-e46ec64" author = "Leo121" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Legend-of-Zelda-Majoras-Mask/game.dat b/Legend-of-Zelda-Majoras-Mask/game.dat index ebc3121..a1aff33 100644 --- a/Legend-of-Zelda-Majoras-Mask/game.dat +++ b/Legend-of-Zelda-Majoras-Mask/game.dat @@ -14,9 +14,9 @@ region = "EUR" release_date = "2015-02-13" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-03" version = "HEAD-a7ddec8" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Legend-of-Zelda-Ocarina-of-Time/game.dat b/Legend-of-Zelda-Ocarina-of-Time/game.dat index 670ca25..9f2d96e 100644 --- a/Legend-of-Zelda-Ocarina-of-Time/game.dat +++ b/Legend-of-Zelda-Ocarina-of-Time/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2011-06-19" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-03" version = "HEAD-a7ddec8" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Mario-Kart-7/game.dat b/Mario-Kart-7/game.dat index 95b9a36..cda4ffa 100644 --- a/Mario-Kart-7/game.dat +++ b/Mario-Kart-7/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2011-12-04" [[ testcases ]] -compatibility = 3 +compatibility = "3" date = "2017-06-03" version = "HEAD-a7ddec8" author = "TheKoopaKingdom" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Mario-Sports-Superstars/game.dat b/Mario-Sports-Superstars/game.dat index 028b7b3..c493162 100644 --- a/Mario-Sports-Superstars/game.dat +++ b/Mario-Sports-Superstars/game.dat @@ -7,9 +7,9 @@ region = "USA" release_date = "2017-03-06" [[ testcases ]] -compatibility = 5 +compatibility = "5" date = "2017-06-03" version = "HEAD-a7ddec8" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Monster-Hunter-4-Ultimate/game.dat b/Monster-Hunter-4-Ultimate/game.dat index e5e784f..ef17973 100644 --- a/Monster-Hunter-4-Ultimate/game.dat +++ b/Monster-Hunter-4-Ultimate/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2015-02-13" [[ testcases ]] -compatibility = 3 +compatibility = "3" date = "2017-06-05" version = "HEAD-bae3799" author = "Desmond" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e/game.dat b/Picross-e/game.dat index 9dcc2c6..220c14c 100644 --- a/Picross-e/game.dat +++ b/Picross-e/game.dat @@ -14,9 +14,9 @@ region = "JPN" release_date = "2011-06-27" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e2/game.dat b/Picross-e2/game.dat index ec982a0..face48e 100644 --- a/Picross-e2/game.dat +++ b/Picross-e2/game.dat @@ -14,9 +14,9 @@ region = "JPN" release_date = "2011-12-28" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e3/game.dat b/Picross-e3/game.dat index 2f6b6d8..89497fa 100644 --- a/Picross-e3/game.dat +++ b/Picross-e3/game.dat @@ -14,9 +14,9 @@ region = "JPN" release_date = "2013-06-12" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e4/game.dat b/Picross-e4/game.dat index 966dbee..90a3b95 100644 --- a/Picross-e4/game.dat +++ b/Picross-e4/game.dat @@ -14,9 +14,9 @@ region = "JPN" release_date = "2013-11-20" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e5/game.dat b/Picross-e5/game.dat index 3852622..7c61f3a 100644 --- a/Picross-e5/game.dat +++ b/Picross-e5/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2014-11-13" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e6/game.dat b/Picross-e6/game.dat index 2cbb1f8..a4d4dba 100644 --- a/Picross-e6/game.dat +++ b/Picross-e6/game.dat @@ -9,9 +9,9 @@ region = "EUR" release_date = "2015-06-30" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Picross-e7/game.dat b/Picross-e7/game.dat index 0ba3bfa..4507c6e 100644 --- a/Picross-e7/game.dat +++ b/Picross-e7/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2016-12-15" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "SonofUgly" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Pokemon-Mystery-Dungeon-Gates-To-Infinity/game.dat b/Pokemon-Mystery-Dungeon-Gates-To-Infinity/game.dat index 425371d..8d32c14 100644 --- a/Pokemon-Mystery-Dungeon-Gates-To-Infinity/game.dat +++ b/Pokemon-Mystery-Dungeon-Gates-To-Infinity/game.dat @@ -14,9 +14,9 @@ region = "EUR" release_date = "2013-05-17" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-05" version = "HEAD-8f0a23b" author = "jselby" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Pokemon-Omega-Ruby-Alpha-Sapphire/game.dat b/Pokemon-Omega-Ruby-Alpha-Sapphire/game.dat index 64650ff..304d208 100644 --- a/Pokemon-Omega-Ruby-Alpha-Sapphire/game.dat +++ b/Pokemon-Omega-Ruby-Alpha-Sapphire/game.dat @@ -14,9 +14,9 @@ region = "USA" release_date = "2014-11-21" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Pokemon-Sun-Moon/game.dat b/Pokemon-Sun-Moon/game.dat index a1f35a0..332fe97 100644 --- a/Pokemon-Sun-Moon/game.dat +++ b/Pokemon-Sun-Moon/game.dat @@ -14,9 +14,9 @@ region = "USA" release_date = "2016-11-18" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Pokemon-Super-Mystery-Dungeon/game.dat b/Pokemon-Super-Mystery-Dungeon/game.dat index aa1f64b..17dab76 100644 --- a/Pokemon-Super-Mystery-Dungeon/game.dat +++ b/Pokemon-Super-Mystery-Dungeon/game.dat @@ -14,9 +14,9 @@ region = "EUR" release_date = "2016-02-20" [[ testcases ]] -compatibility = 2 +compatibility = "2" date = "2017-06-05" version = "HEAD-8f0a23b" author = "jselby" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Pokemon-X-Y/game.dat b/Pokemon-X-Y/game.dat index ca1f8cb..cb8ae8a 100644 --- a/Pokemon-X-Y/game.dat +++ b/Pokemon-X-Y/game.dat @@ -14,9 +14,9 @@ region = "USA" release_date = "2013-10-12" [[ testcases ]] -compatibility = 3 +compatibility = "3" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Puyo-Puyo-Chronicle/game.dat b/Puyo-Puyo-Chronicle/game.dat index d60a22d..0d41241 100644 --- a/Puyo-Puyo-Chronicle/game.dat +++ b/Puyo-Puyo-Chronicle/game.dat @@ -10,9 +10,9 @@ release_date = "2016-12-08" [[ testcases ]] -compatibility = 5 +compatibility = "5" date = "2017-06-05" version = "HEAD-8f0a23b" author = "Clector" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Star-Fox-64-3D/game.dat b/Star-Fox-64-3D/game.dat index 38948d5..39f367b 100644 --- a/Star-Fox-64-3D/game.dat +++ b/Star-Fox-64-3D/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2011-07-14" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-04" version = "HEAD-8f0a23b" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Story-of-Seasons-Trio-of-Towns/game.dat b/Story-of-Seasons-Trio-of-Towns/game.dat index d5b7a3e..c043144 100644 --- a/Story-of-Seasons-Trio-of-Towns/game.dat +++ b/Story-of-Seasons-Trio-of-Towns/game.dat @@ -9,7 +9,7 @@ region = "USA" release_date = "2017-02-28" [[ testcases ]] -compatibility = 0 +compatibility = "0" date = "2017-06-05" version = "HEAD-8f0a23b" author = "soukoba" diff --git a/Super-Mario-3D-Land/game.dat b/Super-Mario-3D-Land/game.dat index 0a8b41d..89c7639 100644 --- a/Super-Mario-3D-Land/game.dat +++ b/Super-Mario-3D-Land/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2011-11-13" [[ testcases ]] -compatibility = 2 +compatibility = "2" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Super-Smash-Bros/game.dat b/Super-Smash-Bros/game.dat index 84227d3..db485f3 100644 --- a/Super-Smash-Bros/game.dat +++ b/Super-Smash-Bros/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2014-10-3" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-05-31" version = "HEAD-4857eb4" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Virtual-Console-Legend-of-Zelda/game.dat b/Virtual-Console-Legend-of-Zelda/game.dat index bca69f6..77836b3 100644 --- a/Virtual-Console-Legend-of-Zelda/game.dat +++ b/Virtual-Console-Legend-of-Zelda/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2012-07-05" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-04" version = "HEAD-8f0a23b" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = "" diff --git a/Virtual-Console-Tetris/game.dat b/Virtual-Console-Tetris/game.dat index 006b4d8..dfb6c3e 100644 --- a/Virtual-Console-Tetris/game.dat +++ b/Virtual-Console-Tetris/game.dat @@ -9,9 +9,9 @@ region = "USA" release_date = "2011-12-22" [[ testcases ]] -compatibility = 1 +compatibility = "1" date = "2017-06-04" version = "HEAD-8f0a23b" author = "Flamboyant_Ham" cpu = "" -gpu = "" \ No newline at end of file +gpu = ""