1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-17 13:20:15 -06:00

Shader Disassembly: Fix disassembly of IFU/CALLU instructions

This commit is contained in:
Yuri Kunde Schlesner 2015-08-19 04:47:45 -03:00
parent bc3f57efd0
commit 3194f40e96

View File

@ -226,6 +226,7 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
} }
case OpCode::Type::Conditional: case OpCode::Type::Conditional:
case OpCode::Type::UniformFlowControl:
{ {
output << ' '; output << ' ';