mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 00:59:05 +00:00
recompiler: added support for discard on export with masked EXEC
This commit is contained in:
@@ -36,6 +36,7 @@ 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