mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Shader Disassembly: Fix disassembly of IFU/CALLU instructions
This commit is contained in:
parent
bc3f57efd0
commit
3194f40e96
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
|
|||
}
|
||||
|
||||
case OpCode::Type::Conditional:
|
||||
case OpCode::Type::UniformFlowControl:
|
||||
{
|
||||
output << ' ';
|
||||
|
||||
|
|
Loading…
Reference in a new issue