mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-18 16:31:17 +00:00
rsx: Remove unused variable leftover from refactoring
This commit is contained in:
parent
966aec7ad7
commit
4bf9700562
1 changed files with 0 additions and 2 deletions
|
@ -327,8 +327,6 @@ namespace rsx
|
||||||
for (const auto& e : list2) surface_info.push_back(e);
|
for (const auto& e : list2) surface_info.push_back(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Modify deferred_clip_region::direct_copy() to take a few more things into account!
|
|
||||||
const auto pitch = new_surface->get_rsx_pitch();
|
|
||||||
for (const auto &e: surface_info)
|
for (const auto &e: surface_info)
|
||||||
{
|
{
|
||||||
auto this_address = e.first;
|
auto this_address = e.first;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue