mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-22 22:52:55 +00:00
@@ -110,9 +110,9 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
currentBlock.Operations.AddLast(operation);
|
||||
}
|
||||
|
||||
needsNewBlock = operation.Inst == Instruction.Branch ||
|
||||
operation.Inst == Instruction.BranchIfTrue ||
|
||||
operation.Inst == Instruction.BranchIfFalse;
|
||||
needsNewBlock = operation.Inst is Instruction.Branch or
|
||||
Instruction.BranchIfTrue or
|
||||
Instruction.BranchIfFalse;
|
||||
|
||||
if (needsNewBlock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user