fermi_2d: disable sw_blitter

This commit is contained in:
Gamer64 2025-07-17 16:42:51 +02:00 committed by crueter
parent 70b8561adb
commit fe3b12c64e
2 changed files with 3 additions and 3 deletions

View file

@ -114,9 +114,9 @@ void Fermi2D::Blit() {
}
memory_manager.FlushCaching();
if (!rasterizer->AccelerateSurfaceCopy(src, regs.dst, config)) {
/*if (!rasterizer->AccelerateSurfaceCopy(src, regs.dst, config)) {
sw_blitter->Blit(src, regs.dst, config);
}
}*/
}
} // namespace Tegra::Engines

View file

@ -143,7 +143,7 @@ public:
virtual void TickFrame() = 0;
virtual bool AccelerateConditionalRendering() {
return true;
return false;
}
/// Attempt to use a faster method to perform a surface copy