We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57390d commit 64c2495Copy full SHA for 64c2495
1 file changed
rpcs3/Emu/RSX/Common/surface_store.h
@@ -1474,7 +1474,7 @@ namespace rsx
1474
{
1475
auto process_list_function = [&](surface_ranged_map& data, const utils::address_range32& range)
1476
1477
- std::vector<Traits::surface_type> surfaces_to_clone;
+ std::vector<surface_type> surfaces_to_clone;
1478
1479
for (auto It = data.begin_range(range); It != data.end();)
1480
0 commit comments