Skip to content

Commit

Permalink
Add more games to knownGreatOnMetal list
Browse files Browse the repository at this point in the history
Mario Kart 8 Deluxe and Deltarune got tested by Isaac and Riperi previosly (His video: https://www.youtube.com/watch?v=GEVre_0ZVUg )

Captain Toad, Cuphead and Animal Crossing I tested myself (side-by-side Video comparison: https://youtu.be/auNS9MmZMPI )

Additional information:

Cuphead has flickering issues with certain UI elements on Vulkan via MoltenVK. Metal fixes those and introduces no new issues, according to my testing.

Animal Crossing is accurate, except for it having broken backgrounds in interiors, causing them to appear as white instead of black. This is caused by a hardware level sampler bug, that isaac never got to find a workaround for. 
However, this issue happens with Vulkan via MoltenVK as well, both Metal and Vulkan have this issue, therefore Metal shouldn't have any downside compared to using Vulkan in this game.
  • Loading branch information
Otozinclus authored Dec 25, 2024
1 parent 528dcef commit 978e4dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/Ryujinx/UI/Renderer/RendererHost.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ public RendererHost()

public static readonly string[] KnownGreatMetalTitles =
[
"01006f8002326000", // Animal Crossings: New Horizons
"01009bf0072d4000", // Captain Toad: Treasure Tracker
"0100a5c00d162000", // Cuphead
"010023800d64a000", // Deltarune
"010028600EBDA000", // Mario 3D World
"0100152000022000", // Mario Kart 8 Deluxe
"01005CA01580E000", // Persona 5
"01008C0016544000", // Sea of Stars
"01006A800016E000", // Smash Ultimate
"0100000000010000", // Super Mario Odyessy
"01008C0016544000", // Sea of Stars
"01005CA01580E000", // Persona 5
"010028600EBDA000", // Mario 3D World
];

public GraphicsBackend Backend =>
Expand Down

0 comments on commit 978e4dc

Please sign in to comment.