mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 00:59:05 +00:00
shader_recompiler: Use VM bit for conditional discard (#3306)
This commit is contained in:
@@ -38,7 +38,6 @@ struct Block : Hook {
|
||||
u32 end;
|
||||
u32 begin_index;
|
||||
u32 end_index;
|
||||
u32 num_predecessors{};
|
||||
IR::Condition cond{};
|
||||
GcnInst end_inst{};
|
||||
EndClass end_class{};
|
||||
|
||||
Reference in New Issue
Block a user