From b7c9800bb3fed07ae0be1fbe86a47ffbb41c5190 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 8aedcf19be..87f361797e 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -16,6 +16,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"