Ryujinx-Games-List/README.md

42 lines
2.2 KiB
Markdown
Raw Normal View History

2018-05-19 12:49:50 +00:00
# Ryujinx Games Compatibility List
2018-05-19 18:34:13 +00:00
Anyone is free to update or share their results here. But you need to follow some guidelines to ensure they're valid.
2018-07-06 23:20:31 +00:00
When you update or add some feedback, please, be as accurate as possible. Also, don't forget to enable `Logging_Enable_Debug = true` in the conf file of Ryujinx. In your pull request, add some lines of the logs, some screenshots, or anything useful to get your results validated. (We can't just accept every single pull request, Sorry!)
2018-05-19 12:49:50 +00:00
Thanks.
## Folder structure
2018-05-26 17:42:01 +00:00
A folder is the same name as a tested game. It's named something like this `new-amazing-ryu-game-supported`, no numbers, no extra characters, just text with spaces replaced with `-`. For now, there are three files in this folder:
2018-05-19 12:49:50 +00:00
* **boxart.png**
2018-05-26 17:42:01 +00:00
A picture of the actual game case, in PNG format only please. Please do use a clean picture sized at 300px x 486px (or around that).
2018-05-19 12:49:50 +00:00
* **info.json**
2018-05-26 17:42:01 +00:00
It's a JSON file which contains specific fields (Don't forget to remove comments if you Copy and Paste)
2018-05-19 12:49:50 +00:00
```javascript
{
"title_id":
[
2018-05-26 18:45:24 +00:00
"0100000000000000", // Game title ids who can be found on switchbrew or in your gamedump too.
2018-05-19 12:49:50 +00:00
"0100000000000001", // You can add more of them if game is multi region.
"0100000000000002", // Or if there is an update of the game.
2018-05-26 17:29:08 +00:00
"XXXXXXXXXXXXXXXX", // If you can't found title id, use "XXXXXXXXXXXXXXXX" one.
2018-05-19 12:49:50 +00:00
"etc..."
],
2018-05-26 17:42:01 +00:00
"name": "Cave Story+", // Game name in a clean version (folder name is in a raw version).
"state": "In Game", // Current state of the game, be revelant or consistent here.
2018-05-19 12:49:50 +00:00
"state_emu_version": "7ac5f40", // Last Ryujinx commit of your current executable version (for now).
"state_last_date": "19/05/2018", // Date of your test.
2018-05-26 17:42:01 +00:00
"comment": "Explain what going on here.", // Be as precise and detailed as possible.
"nickname": "YourNickname" // We just need to know who made the changes, and also give credit.
2018-05-19 12:49:50 +00:00
}
```
2018-05-24 12:52:19 +00:00
* **screenshot.png** (Optional)
2018-05-19 12:49:50 +00:00
2018-05-24 12:52:19 +00:00
Please ensure you have a full screenshot of the Ryujinx with the game displaying; please only use a `.png` format only. It must be 1280px x 720px (or around that). If the game don't show anything in the emulator, please don't provide anything for this file; and the `boxart.png` will be used instead.