namespace Ryujinx.Graphics.Gpu.State { struct ConditionState { public GpuVa Address; public Condition Condition; } }