1
0
forked from MeloNX/MeloNX

Fix compute reserved constant buffer updates (#1892)

This commit is contained in:
gdkchan 2021-01-10 17:02:58 -03:00 committed by GitHub
parent 0b3e308d80
commit 4acf1b5282

View File

@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine
}
_finished = true;
_context.AdvanceSequence();
}
}
}