mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 08:22:40 +00:00
Shader Disassembly: Fix disassembly of IFU/CALLU instructions
This commit is contained in:
@@ -226,6 +226,7 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
|
||||
}
|
||||
|
||||
case OpCode::Type::Conditional:
|
||||
case OpCode::Type::UniformFlowControl:
|
||||
{
|
||||
output << ' ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user