From fdae6ec446bb3b880aca4d026bb1f7607e6f867a Mon Sep 17 00:00:00 2001 From: Schplee Date: Mon, 5 Jun 2017 15:27:27 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa42080..ab5affb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ At the root, there's a folder for each game. The names of these folders should f ### Metadata 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). +- `description` (String): Get these from [Wikipedia](https://en.wikipedia.org/wiki/List_of_Nintendo_3DS_games). Short, 1-2 line description of the game. - `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.