mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 06:02:54 +00:00
fix super mario galaxy 0x25E00040 error (ryubing/ryujinx!155)
See merge request ryubing/ryujinx!155
This commit is contained in:
@@ -211,6 +211,9 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
case Format.R16G16B16Uint:
|
||||
format = VkFormat.R16G16B16A16Uint;
|
||||
break;
|
||||
case Format.A8B8G8R8Uint:
|
||||
format = VkFormat.A8B8G8R8UintPack32;
|
||||
break;
|
||||
default:
|
||||
Logger.Error?.Print(LogClass.Gpu, $"Format {srcFormat} is not supported by the host.");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user