mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 10:22:41 +00:00
shader_ir: Decompile Flow Stack
This commit is contained in:
committed by
FernandoS27
parent
459fce3a8f
commit
926b80102f
@@ -29,6 +29,7 @@ struct ShaderBlock {
|
||||
ShaderBlock(const ShaderBlock& sb) = default;
|
||||
u32 start{};
|
||||
u32 end{};
|
||||
bool ignore_branch{};
|
||||
struct Branch {
|
||||
Condition cond{};
|
||||
bool kills{};
|
||||
|
||||
Reference in New Issue
Block a user