List of games & demos tested on Ryujinx
Find a file
HorrorTroll 9263bc0cba Add thirty-six-fragments-of-midnight (#26)
* Add 36-fragments-of-midnight

* Change boxart

* Delete boxart.png

* Fixing

* Fix grammar

* Update info.json

* Rename 36-fragments-of-midnight/info.json to thirty-six-fragments-of-midnight/info.json

* Add files via upload

* Fixing

* Delete boxart.png
2018-07-19 07:38:32 +02:00
3d-mini-golf
arms
asg-striker-pack Add asg-striker-pack (#28) 2018-07-12 10:41:09 +02:00
axiom-verge
batman-the-telltale-series
cartoon-network-battle-crashers
cave-story-plus
disgaea-five-complete Fixed D5 Grammar, and tidied up some JSON files. 2018-07-03 11:10:31 -04:00
donkey-kong-country-tropical-freeze
doom
dragon-ball-xenoverse-two
dragon-quest-builders
eighty-eight-heroes Add files via upload 2018-07-19 06:35:22 +02:00
farming-simulator-nintendo-switch-edition Update Farming Simulator Nintendo Switch Edition (#31) 2018-07-13 12:16:42 +02:00
fate-extella-the-umbral-star
fifa-eighteen
fire-emblem-warriors
flog
gal-gun-two
has-been-heroes
human-fall-flat
hyrule-warriors-definitive-edition
i-am-setsuna
island-flight-simulator Update info.json 2018-07-18 03:09:51 +02:00
ittle-dew-two-plus
kirby-star-allies
little-nightmares-complete-edition Add little-nightmares-complete-edition 2018-07-18 03:16:49 +02:00
mario-kart-eight-deluxe
mario-plus-rabbids-kingdom-battle
mega-man-legacy-collection
minecraft-nintendo-switch-edition Add Minecraft: Nintendo Switch Edition (#29) 2018-07-12 13:39:39 +02:00
minecraft-story-mode-the-complete-adventure
monster-hunter-xx
monster-jame-crush-it
one-piece-pirate-warriors-three-deluxe-edition
one-piece-unlimited-world-red-deluxe-edition
one-two-switch
overcooked-special-edition
payday-two
penny-punching-princess
poi-explorer-edition
pokemon-quest Update info.json 2018-06-15 16:15:12 +02:00
pokken-tournament-dx
portal-knights
puyo-puyo-tetris Update info.json 2018-06-26 01:06:22 +02:00
resident-evil-revelations
retro-city-rampage-dx
rime
rocket-league
snipperclips-cut-it-out-together Update 'Snipperclips™ - Cut it out, together!` (#32) 2018-07-13 18:55:26 +02:00
soldam-drop-connect-erase
sonic-forces
sonic-mania
splatoon-two
stardew-valley Update info.json (#24) 2018-07-10 15:14:40 +02:00
stern-pinball-arcade Add stern-pinball-arcade (#23) 2018-07-10 15:53:41 +02:00
super-bomberman-r
super-mario-odyssey
tales-of-the-tiny-planet
the-binding-of-isaac-afterbirth
the-count-lucanor
the-elder-scrolls-v-skyrim
the-end-is-nigh
the-legend-of-zelda-breath-of-the-wild
thirty-six-fragments-of-midnight Add thirty-six-fragments-of-midnight (#26) 2018-07-19 07:38:32 +02:00
tiny-barbarian-dx Update info.json 2018-06-26 00:38:12 +02:00
troll-and-i
vvvvvv add VVVVVV game compatibility infos (#22) 2018-07-10 15:20:10 +02:00
wonder-boy-the-dragons-trap
xenoblade-chronicles-two
LICENSE.md
README.md Update README.md 2018-07-06 23:20:31 +00: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 validated. (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 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:

  • boxart.png

    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).

  • info.json

    It's a JSON file which contains specific fields (Don't forget to remove comments if you Copy and Paste)

 { 
	"title_id": 
	[ 
		"0100000000000000", // Game title ids who can be found on switchbrew 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 a clean version (folder name is in a raw version).
	"state": "In Game",              // Current state of the game, be revelant or consistent 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 as precise and detailed as possible.
	"nickname": "YourNickname"       // We just need to know who made the changes, and also give credit.
}
  • screenshot.png (Optional)

    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.