From 64c24959cb519f623990d1b54f9337fffe53fee9 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 28 Mar 2026 04:13:33 +0300 Subject: [PATCH] rsx: Fix clang build --- rpcs3/Emu/RSX/Common/surface_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 70007178fa..d3e9db45b2 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -1474,7 +1474,7 @@ namespace rsx { auto process_list_function = [&](surface_ranged_map& data, const utils::address_range32& range) { - std::vector surfaces_to_clone; + std::vector surfaces_to_clone; for (auto It = data.begin_range(range); It != data.end();) {