diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 5e942bcc61..723e76532e 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -968,7 +968,7 @@ namespace rsx for (auto it = sections.crbegin(); it != sections.crend(); ++it) { - if (it->base_address < range.start) + if (!it->surface->get_memory_range().inside(range)) { continue; }