mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
rsx: Minor texture/surface scanning optimization
- Also re-enable optimization in blit engine accidentally disabled during debugging
This commit is contained in:
parent
9f0090772a
commit
3c7d8a1099
3 changed files with 66 additions and 57 deletions
|
@ -810,7 +810,6 @@ namespace rsx
|
|||
|
||||
namespace nv3089
|
||||
{
|
||||
#pragma optimize("", off)
|
||||
void image_in(thread *rsx, u32 _reg, u32 arg)
|
||||
{
|
||||
const rsx::blit_engine::transfer_operation operation = method_registers.blit_engine_operation();
|
||||
|
@ -1191,7 +1190,6 @@ namespace rsx
|
|||
std::memcpy(pixels_dst, swizzled_pixels, out_bpp * sw_width * sw_height);
|
||||
}
|
||||
}
|
||||
#pragma optimize("", on)
|
||||
}
|
||||
|
||||
namespace nv0039
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue