mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:37:59 -05:00
Shader_IR: allow else derivation to be optional.
This commit is contained in:
committed by
FernandoS27
parent
ca9901867e
commit
2e9a810423
@ -19,7 +19,8 @@ enum class CompileDepth : u32 {
|
||||
std::string CompileDepthAsString(CompileDepth cd);
|
||||
|
||||
struct CompilerSettings {
|
||||
CompileDepth depth;
|
||||
CompileDepth depth{CompileDepth::NoFlowStack};
|
||||
bool disable_else_derivation{true};
|
||||
};
|
||||
|
||||
} // namespace VideoCommon::Shader
|
||||
|
Reference in New Issue
Block a user