Added updated files

This commit is contained in:
Dr.Hacknik 2018-05-26 13:29:08 -04:00
parent 580cc2f3c9
commit 11e56cb64b
33 changed files with 14 additions and 188 deletions

View File

@ -7,7 +7,7 @@ Thanks.
## Folder structure
A folder is the same name as a tested game. It's named like that `new-amazing-ryu-game-supported`, no number, no extra chars, just text with spaces replaced with `-`. For now, there are three files in this folder:
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**
@ -21,10 +21,10 @@ A folder is the same name as a tested game. It's named like that `new-amazing-ry
{
"title_id":
[
"0100000000000000", // Game title ids which can be found on swithbrew or in your gamedump as well.
"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" instead.
"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).
@ -32,7 +32,7 @@ A folder is the same name as a tested game. It's named like that `new-amazing-ry
"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" // So we know who exactly made the commit changes.
"nickname": "YourNickname" // To know from who the feedback come from.
}
```

View File

@ -4,9 +4,9 @@
"0100011005D92000"
],
"name": "Batman: The Telltale Series",
"state": "Boot Screen",
"state_emu_version": "cb1cf48",
"state_last_date": "25/05/2018",
"comment": "Show the boot screen and after a loop of `IAudioOut: GetReleasedAudioOutBuffer` it's waiting something.",
"nickname": "Mcdev & Ping"
}
"state": "Unimplemented Service",
"state_emu_version": "84996cc",
"state_last_date": "22/05/2018",
"comment": "`appletOE IApplicationFunctions: 50` > `GetPseudoDeviceId() -> nn::util::Uuid`",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"0100F7B002340000",
"0100F7B002340800"
],
"name": "FIFA 18",
"state": "Emulator Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Nothing after calls `ISelfController: SetPerformanceModeChangedNotification` & `ISelfController: SetRestartMessageEnabled` who are stubbed.",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100AE00096EA000"
],
"name": "Hyrule Warriors: Definitive Edition",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`nvdrv INvDrvServices: 6`",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"010088400366E000"
],
"name": "Monster Jam Crush It!",
"state": "CPU Instruction Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`Address 0x000000001d84d8f0 does not have \"Write\" permission!` after `IStorage: Read` call.",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100774009CF6000"
],
"name": "One Piece Pirate Warriors 3 Deluxe Edition",
"state": "CPU Instruction Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`Tried to access unmapped address 0xffffffffffffffff!` after `RequestUpdateAudioRenderer` loop.",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100574002AF4000"
],
"name": "One Piece Unlimited World Red Deluxe Edition",
"state": "Menu Screen",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Goes at menu screen and nothing when you start a new game.",
"nickname": "gdkchan"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"01009B900401E000",
"01009B900401E800"
],
"name": "Overcooked: Special Edition",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Call Svc `0x33 svcGetThreadContext3`",
"nickname": "Ping"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100274004052000"
],
"name": "Payday 2",
"state": "CPU Instruction Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`Tried to access unmapped address 0x000000000009cbc0!` after `IStorage: Read` call.",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100C510049E0000"
],
"name": "Penny-Punching Princess",
"state": "Emulator Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Stuck on a `IAudioRenderer: RequestUpdateAudioRenderer` loop.",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"01005EC0039E4000",
"01005EC0039E4800"
],
"name": "Poi: Explorer Edition",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Call Svc `0x33 svcGetThreadContext3`",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100437004170000"
],
"name": "Portal Knights",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`nifm:u IStaticService: 5` > `CreateGeneralService(u64, pid) -> object<nn::nifm::detail::IGeneralService>`",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

View File

@ -1,12 +0,0 @@
{
"title_id":
[
"0100643002136000"
],
"name": "Resident Evil: Revelations",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`fsp-srv IFileSystemProxy: 202` > `OpenDataStorageByDataId(nn::ApplicationId tid, u8 storageId) -> object<nn::fssrv::sf::IStorage> dataStorage`",
"nickname": "Mcdev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"0100A62002042000",
"0100A62002042800"
],
"name": "RiME",
"state": "CPU Instruction Error",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`Address 0x00000000247ab6c0 does not have \"Write\" permission!` after `IStorage: Read` call.",
"nickname": "Mcdev"
}

View File

@ -6,8 +6,8 @@
],
"name": "Rocket League®",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`time:u ITimeZoneService: 4` > `LoadTimeZoneRule(nn::time::LocationName) -> buffer<nn::time::TimeZoneRule, 0x16, 0x4000>`",
"nickname": "Mcdev"
"state_emu_version": "???",
"state_last_date": "10/05/2018",
"comment": "`SVC GetInfo:16 (PersonalMmHeapSize)`",
"nickname": "Ac_K"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"01007AD00013E000",
"01007AD00013E800"
],
"name": "Super Bomberman R",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "Call Svc `0x33 svcGetThreadContext3`",
"nickname": "Slick9000"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

View File

@ -1,13 +0,0 @@
{
"title_id":
[
"0100F78002040000",
"0100F78002040800"
],
"name": "Troll and I™",
"state": "Unimplemented Services",
"state_emu_version": "30829fc",
"state_last_date": "25/05/2018",
"comment": "`hid IHidServer: 202` > `GetActualVibrationValue(nn::hid::VibrationDeviceHandle, nn::applet::AppletResourceUserId, pid) -> nn::hid::VibrationValue`",
"nickname": "Mcdev"
}