mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-29 19:37:00 +00:00
fix super mario galaxy 0x25E00040 error (ryubing/ryujinx!155)
See merge request ryubing/ryujinx!155
This commit is contained in:
parent
4f5a236c21
commit
4444ecae41
3 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue