mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
rsx: Remove unused variable leftover from refactoring
This commit is contained in:
parent
966aec7ad7
commit
4bf9700562
@ -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…
Reference in New Issue
Block a user