From c8f80cf4ee99a37cfe9dfd695161c55f7e6d9247 Mon Sep 17 00:00:00 2001 From: "Christopher J. Gilbert" Date: Sun, 4 Jun 2017 21:39:19 -0400 Subject: [PATCH] Flipped compatibility scores 0 - 5 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c28909..14a246e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ At the root, there's a folder for each game. The names of these folders should f The metadata for the game is located at `//game.dat`. This is required info about the game. The DAT values are: - `title` (String): English title of the game. This doesn't have to match the wiki or foldeer name, so there can be spaces. - `description` (String): Short, 1-2 line description of the game. Get these from [Wikipedia](https://en.wikipedia.org/wiki/List_of_Nintendo_3DS_games). -- `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 `0`, and `Perfect` being `5`. +- `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`. - `tested_date` (String): Last date the game was tested on. - `tested_version` (String): Last version of Citra the game was tested on. - `needs_system_files` (Boolean): Whether the game requests the system files or not, regardless of whether it could be played without them. @@ -46,7 +46,7 @@ An example of a game metadata file is the one for [The Legend of Zelda: Ocarina ```js title = "The Legend of Zelda: Ocarina of Time 3D" description = "The Legend of Zelda: Ocarina of Time 3D is an action-adventure video game co-developed by Grezzo and Nintendo EAD Tokyo and published by Nintendo for the Nintendo 3DS handheld game console. The game was released worldwide in June 2011." -compatibility = 5 +compatibility = 0 tested_date = "2017-06-03" tested_version = "HEAD-a7ddec8" needs_system_files = false