From d887ee7abad223429058a8feb8f58518a55736c7 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 a3a446f8c4..4bf88fad86 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"