mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 20:28:06 -05:00
shader_ir: Implement BRX & BRA.CC
This commit is contained in:
committed by
FernandoS27
parent
c218ae4b02
commit
8a6fc529a9
@ -284,6 +284,9 @@ ParseResult ParseCode(CFGRebuildState& state, u32 address, ParseInfo& parse_info
|
||||
state.pbk_labels.emplace(offset, target);
|
||||
break;
|
||||
}
|
||||
case OpCode::Id::BRX: {
|
||||
return ParseResult::AbnormalFlow;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user