From 156dcddb874d7179a061f0fbd218ed608f2b9159 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 28 Jan 2026 06:58:45 +0000 Subject: [PATCH] weird linux???????? --- src/video_core/host1x/vic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/host1x/vic.h b/src/video_core/host1x/vic.h index f6e1d2fa4d..71f5fe3dcf 100644 --- a/src/video_core/host1x/vic.h +++ b/src/video_core/host1x/vic.h @@ -627,11 +627,11 @@ private: VicRegisters regs{}; FrameQueue& frame_queue; - Common::ScratchBuffer swizzle_scratch; Common::ScratchBuffer output_surface; Common::ScratchBuffer slot_surface; Common::ScratchBuffer luma_scratch; Common::ScratchBuffer chroma_scratch; + Common::ScratchBuffer swizzle_scratch; }; } // namespace Tegra::Host1x