From e9efc8eeb84f748575663bb341ffcb9bce58d3ae 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 4706064c7a..2a17ba434e 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -22,6 +22,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"