Skip to content

List of games tested with the nearest current build. Just for informations...

License

Notifications You must be signed in to change notification settings

Game-Designers-And-Coders/Ryujinx-Games-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryujinx Games Compatibility List

Anyone is free to update or share their results here. But you need to follow some guidelines to ensure they're valid. 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 vaildated. (We can't just accept every single pull request, Sorry!)

Thanks.

Folder structure

A folder is the same name as a tested game. It's named like that new-amazing-ryu-games-supported, no number, no extra chars, just text with spaces replaced with -. For now, there are three files in this folder:

  • boxart.png

    Who is a picture of the game boxart in PNG format (only!!). Please use a clean picture sized at 300px x 486px (or around that).

  • info.json

    It's a JSON file who contain specific fields (Don't forget to remove comments if you Copy/Paste)

 { 
	"title_id": 
	[ 
		"0100000000000000", // Game title ids who can be found on swithbrew or in your gamedump too.
		"0100000000000001", // You can add more of them if game is multi region.
		"0100000000000002", // Or if there is an update of the game.
		"XXXXXXXXXXXXXXXX", // If you can't found title id, use "XXXXXXXXXXXXXXXX" one.
		"etc..."
	],
	"name": "Cave Story+",           // Game name in clean version (folder name is a raw version).
	"state": "In Game",              // Current state of the game, be revelant here.
	"state_emu_version": "7ac5f40",  // Last Ryujinx commit of your current executable version (for now).
	"state_last_date": "19/05/2018", // Date of your test.
	"comment": "Explain what going on here." //Be more precise as possible.
}
  • screenshot.png (Optionnal)

    Who is the Ryujinx in-game full screenshot in PNG format (only!!). Please use a clean picture, sized at 1280px x 720px (or around that). If the game don't show anything in the emulator, please don't provide anything for this file. The boxart.png is used instead of this one.

About

List of games tested with the nearest current build. Just for informations...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published