From 22f3ba6b937614721163c3fe72951931bb409933 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Tue, 25 Oct 2022 20:51:38 +0100 Subject: [PATCH] Mark XFB buffers as GPU dirty --- .../cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp index 2b596d91..6d3277db 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp @@ -187,7 +187,7 @@ namespace skyline::gpu::interconnect::maxwell3d { if (*view) { ctx.executor.AttachBuffer(*view); - // view.GetBuffer()->MarkGpuDirty(); + view->GetBuffer()->MarkGpuDirty(); builder.SetTransformFeedbackBuffer(index, *view); return; } else {