mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-11 20:11:32 -06:00
rsx: Fix clang build
This commit is contained in:
parent
b57390d3cd
commit
64c24959cb
@ -1474,7 +1474,7 @@ namespace rsx
|
||||
{
|
||||
auto process_list_function = [&](surface_ranged_map& data, const utils::address_range32& range)
|
||||
{
|
||||
std::vector<Traits::surface_type> surfaces_to_clone;
|
||||
std::vector<surface_type> surfaces_to_clone;
|
||||
|
||||
for (auto It = data.begin_range(range); It != data.end();)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user