Flipped compatibility scores 0 - 5
This commit is contained in:
parent
c50426b095
commit
c8f80cf4ee
|
@ -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 Name>/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
|
||||
|
|
Reference in New Issue