requested changes

This commit is contained in:
Xpl0itR 2020-03-25 15:47:51 +00:00
commit be25f33118
No known key found for this signature in database
GPG key ID: 91798184109676AD
2 changed files with 60 additions and 59 deletions

View file

@ -108,65 +108,65 @@ namespace Ryujinx.Configuration
private static readonly string[] SupportedTitles = private static readonly string[] SupportedTitles =
{ {
"0100000000010000", "0100000000010000", // Super Mario Odyssey™
"01000B900D8B0000", "01000b900d8b0000", // Cadence of Hyrule Crypt of the NecroDancer Featuring The Legend of Zelda
"01000d200ac0c000", "01000d200ac0c000", // Bud Spencer & Terence Hill - Slaps And Beans
"01000d700be88000", "01000d700be88000", // My Girlfriend is a Mermaid!?
"01000dc007e90000", "01000dc007e90000", // Sparkle Unleashed
"01000e2003fa0000", "01000e2003fa0000", // MIGHTY GUNVOLT BURST
"0100225000fee000", "0100225000fee000", // Blaster Master Zero
"010028d0045ce000", "010028d0045ce000", // Sparkle 2
"01002b30028f6000", "01002b30028f6000", // Celeste
"01002fc00c6d0000", "01002fc00c6d0000", // Witch Thief
"010034e005c9c000", "010034e005c9c000", // Code of Princess EX
"010036B0034E4000", "010036b0034e4000", // Super Mario Party™
"01003D200BAA2000", "01003d200baa2000", // Pokémon Mystery Dungeon™: Rescue Team DX
"01004f8006a78000", "01004f8006a78000", // Super Meat Boy
"010051f00ac5e000", "010051f00ac5e000", // SEGA AGES Sonic The Hedgehog
"010055D009F78000", "010055d009f78000", // Fire Emblem™: Three Houses
"010056e00853a000", "010056e00853a000", // A Hat in Time
"0100574009f9e000", "0100574009f9e000", // 嘘つき姫と盲目王子
"01005D700E742000", "01005d700e742000", // DOOM 64
"0100628004bce000", "0100628004bce000", // Nights of Azure 2: Bride of the New Moon
"0100633007d48000", "0100633007d48000", // Hollow Knight
"010065500b218000", "010065500b218000", // メモリーズオフ -Innocent Fille-
"010068f00aa78000", "010068f00aa78000", // FINAL FANTASY XV POCKET EDITION HD
"01006BB00C6F0000", "01006bb00c6f0000", // The Legend of Zelda™: Links Awakening
"01006F8002326000", "01006f8002326000", // Animal Crossing™: New Horizons
"01006a800016e000", "01006a800016e000", // Super Smash Bros.™ Ultimate
"010072800cbe8000", "010072800cbe8000", // PC Building Simulator
"01007300020fa000", "01007300020fa000", // ASTRAL CHAIN
"01007330027ee000", "01007330027ee000", // Ultra Street Fighter® II: The Final Challengers
"0100749009844000", "0100749009844000", // 20XX
"01007a4008486000", "01007a4008486000", // Enchanting Mahjong Match
"01007ef00011e000", "01007ef00011e000", // The Legend of Zelda™: Breath of the Wild
"010080b00ad66000", "010080b00ad66000", // Undertale
"010082400BCC6000", "010082400bcc6000", // Untitled Goose Game
"01008db008c2c000", "01008db008c2c000", // Pokémon™ Shield
"010094e00b52e000", "010094e00b52e000", // Capcom Beat 'Em Up Bundle
"01009aa000faa000", "01009aa000faa000", // Sonic Mania
"01009b90006dc000", "01009b90006dc000", // Super Mario Maker™ 2
"01009cc00c97c000", "01009cc00c97c000", // DEAD OR ALIVE Xtreme 3 Scarlet 基本無料版
"0100EA80032EA000", "0100ea80032ea000", // New Super Mario Bros.™ U Deluxe
"0100a4200a284000", "0100a4200a284000", // LUMINES REMASTERED
"0100a5c00d162000", "0100a5c00d162000", // Cuphead
"0100abf008968000", "0100abf008968000", // Pokémon™ Sword
"0100ae000aebc000", "0100ae000aebc000", // Angels of Death
"0100b3f000be2000", "0100b3f000be2000", // Pokkén Tournament™ DX
"0100bc2004ff4000", "0100bc2004ff4000", // Owlboy
"0100cf3007578000", "0100cf3007578000", // Atari Flashback Classics
"0100d5d00c6be000", "0100d5d00c6be000", // Our World Is Ended.
"0100d6b00cd88000", "0100d6b00cd88000", // YUMENIKKI -DREAM DIARY-
"0100d870045b6000", "0100d870045b6000", // Nintendo Entertainment System™ - Nintendo Switch Online
"0100e0c00adac000", "0100e0c00adac000", // SENRAN KAGURA Reflexions
"0100e46006708000", "0100e46006708000", // Terraria
"0100e7200b272000", "0100e7200b272000", // Lanota
"0100e9f00b882000", "0100e9f00b882000", // null
"0100eab00605c000", "0100eab00605c000", // Poly Bridge
"0100efd00a4fa000", "0100efd00a4fa000", // Shantae and the Pirate's Curse
"0100f6a00a684000", "0100f6a00a684000", // ひぐらしのなく頃に奉
"0100f9f00c696000", "0100f9f00c696000", // Crash™ Team Racing Nitro-Fueled
"051337133769a000" "051337133769a000", // RGB-Seizure
}; };
} }
} }

View file

@ -364,6 +364,7 @@ namespace Ryujinx.Ui
{ {
Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file."); Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file.");
device.Dispose(); device.Dispose();
return; return;
} }