1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 21:46:26 -05:00

Support conditional on BRK and SYNC shader instructions (#1878)

* Support conditional on BRK and SYNC shader instructions

* Add TODO comment and bump cache version
This commit is contained in:
gdkchan
2021-01-08 22:55:55 -03:00
committed by GitHub
parent a9cb31e75f
commit b9200dd734
6 changed files with 23 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace Ryujinx.Graphics.Shader.Decoders
{
class OpCodeBranchPop : OpCode
class OpCodeBranchPop : OpCodeConditional
{
public Dictionary<OpCodePush, int> Targets { get; }