mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 01:06:29 +02:00
infra: chore: fix/silence compile warnings
This commit is contained in:
parent
3cb996bf5c
commit
2f540dc88c
5 changed files with 8 additions and 2 deletions
|
@ -838,6 +838,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
|||
TargetApi.OpenGL => TargetLanguage.Glsl,
|
||||
TargetApi.Vulkan => GraphicsConfig.EnableSpirvCompilationOnVulkan ? TargetLanguage.Spirv : TargetLanguage.Glsl,
|
||||
TargetApi.Metal => TargetLanguage.Msl,
|
||||
_ => throw new NotImplementedException()
|
||||
};
|
||||
|
||||
return new TranslationOptions(lang, api, flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue