ryujinx/src/Ryujinx/UI/Renderer
Otozinclus 2bf48f57d2
Add more games to metal list (#447)
Mario Kart 8 Deluxe and Deltarune got tested by Isaac with help from
Peri 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.
2024-12-25 14:19:53 -06:00
..
EmbeddedWindow.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
EmbeddedWindowMetal.cs EXPERIMENTAL: Metal backend (#441) 2024-12-24 00:55:16 -06:00
EmbeddedWindowOpenGL.cs infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
EmbeddedWindowVulkan.cs infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
OpenTKBindingsContext.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
RendererHost.axaml infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
RendererHost.axaml.cs Add more games to metal list (#447) 2024-12-25 14:19:53 -06:00
SPBOpenGLContext.cs infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00