List of games & demos tested on Ryujinx
Go to file
2018-05-23 23:50:25 +02:00
3d-mini-golf Add more games. 2018-05-23 00:01:09 +02:00
arms Update info.json 2018-05-23 23:48:08 +02:00
axiom-verge Add more games. 2018-05-23 00:01:09 +02:00
batman-the-telltale-series Add more games. 2018-05-23 00:01:09 +02:00
cartoon-network-battle-crashers Update info.json 2018-05-22 22:30:34 +02:00
cave-story-plus Update info.json 2018-05-22 22:28:20 +02:00
disgaea-five-complete Update info.json 2018-05-22 22:30:55 +02:00
doom Update info.json 2018-05-23 01:25:02 +02:00
dragon-ball-xenoverse-two Add more games. 2018-05-23 00:01:09 +02:00
dragon-quest-builders Add more games. 2018-05-23 00:01:09 +02:00
fate-extella-the-umbral-star Add more games. 2018-05-23 00:01:09 +02:00
fire-emblem-warriors Update info.json 2018-05-22 22:29:42 +02:00
flog Fixed grammar and details. 2018-05-23 10:11:57 -04:00
gal-gun-two add gal-gun-two 2018-05-23 05:31:03 +02:00
has-been-heroes Update info.json 2018-05-22 22:31:43 +02:00
i-am-setsuna Add more games. 2018-05-23 00:01:09 +02:00
island-flight-simulator Add more games. 2018-05-23 00:01:09 +02:00
ittle-dew-two-plus Add more games. 2018-05-23 00:01:09 +02:00
kirby-star-allies Update info.json 2018-05-23 23:49:29 +02:00
mario-kart-eight-deluxe Update info.json 2018-05-22 22:33:08 +02:00
mario-plus-rabbids-kingdom-battle Update info.json 2018-05-22 22:33:27 +02:00
minecraft-story-mode-the-complete-adventure Update info.json 2018-05-23 01:15:16 +02:00
monster-hunter-xx Update info.json 2018-05-22 22:34:50 +02:00
one-two-switch Update info.json 2018-05-22 22:35:10 +02:00
pokken-tournament-dx Update info.json 2018-05-22 22:35:37 +02:00
puyo-puyo-tetris Update info.json 2018-05-22 22:35:55 +02:00
retro-city-rampage-dx Update info.json 2018-05-23 00:07:33 +02:00
rocket-league Update info.json 2018-05-22 22:37:27 +02:00
snipperclips-cut-it-out-together Update info.json 2018-05-23 04:56:16 +02:00
soldam-drop-connect-erase Update info.json 2018-05-22 22:38:02 +02:00
sonic-forces Update info.json 2018-05-22 22:39:04 +02:00
splatoon-two Update info.json 2018-05-22 22:39:45 +02:00
super-mario-odyssey Update info.json 2018-05-23 00:16:56 +02:00
tales-of-the-tiny-planet Add more games. 2018-05-23 00:01:09 +02:00
the-binding-of-isaac-afterbirth Update info.json 2018-05-22 22:40:58 +02:00
the-count-lucanor Update info.json 2018-05-22 22:41:52 +02:00
the-elder-scrolls-v-skyrim Update info.json 2018-05-23 01:16:13 +02:00
the-end-is-nigh Add more games. 2018-05-23 00:01:09 +02:00
the-legend-of-zelda-breath-of-the-wild Update info.json 2018-05-22 22:42:58 +02:00
tiny-barbarian-dx Update info.json 2018-05-22 22:43:36 +02:00
wonder-boy-the-dragons-trap Update info.json 2018-05-23 01:43:17 +02:00
xenoblade-chronicles-two Update info.json 2018-05-23 23:50:25 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2018-05-22 22:22:21 +02:00
README.md Update README.md 2018-05-22 22:26:31 +02:00

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.
	"nickname": "YourNickname"       // To know from who the feedback come from.
}
  • 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.