mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-25 05:56:27 -05:00
Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
||||
Predicate = new Register(RegisterConsts.PredicateTrueIndex, RegisterType.Predicate);
|
||||
|
||||
InvertPredicate = false;
|
||||
|
||||
PushTarget = true;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user