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:
merry 2022-04-08 10:17:38 +01:00 committed by GitHub
parent 6a9e9b5360
commit a4e8bea866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 126 additions and 129 deletions

View file

@ -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;