Browse Source

Shader Disassembly: Fix disassembly of IFU/CALLU instructions

Yuri Kunde Schlesner 11 years ago
parent
commit
3194f40e96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/citra_qt/debugger/graphics_vertex_shader.cpp

+ 1 - 0
src/citra_qt/debugger/graphics_vertex_shader.cpp

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