Lop3Expression: Optimize expressions (#3184)
* lut3 * bugfixes * TruthTable * false/true -> 0/-1 * add or to expressions * fix inversions * increment cache version
This commit is contained in:
parent
6a9e9b5360
commit
a4e8bea866
2 changed files with 126 additions and 129 deletions
|
@ -40,7 +40,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
|||
/// <summary>
|
||||
/// Version of the codegen (to be changed when codegen or guest format change).
|
||||
/// </summary>
|
||||
private const ulong ShaderCodeGenVersion = 3054;
|
||||
private const ulong ShaderCodeGenVersion = 3184;
|
||||
|
||||
// Progress reporting helpers
|
||||
private volatile int _shaderCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue