mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 14:32:40 +00:00
Shader_IR: allow else derivation to be optional.
This commit is contained in:
committed by
FernandoS27
parent
ca9901867e
commit
2e9a810423
@@ -72,7 +72,7 @@ struct ShaderCharacteristics {
|
||||
std::set<u32> labels{};
|
||||
u32 start{};
|
||||
u32 end{};
|
||||
ASTManager manager{true};
|
||||
ASTManager manager{true, true};
|
||||
CompilerSettings settings{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user