mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00:00
rsx: Fix clang build
This commit is contained in:
parent
b57390d3cd
commit
64c24959cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue