From e0f9e0619af000dc95185eeedd1a0a135ea7341b Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 1 Apr 2026 08:19:09 +0000 Subject: [PATCH] put swap proper --- src/yuzu_cmd/yuzu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 2ddf54b051..893a906898 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -17,6 +17,7 @@ #include "common/settings.h" #include "common/settings_enums.h" #include "common/string_util.h" +#include "common/virtual_buffer.h" #include "core/core.h" #include "core/core_timing.h" #include "core/cpu_manager.h"