This commit is contained in:
lizzie
2026-01-30 18:55:41 +00:00
committed by crueter
parent ab24a002f2
commit a60c5ddde2

View File

@@ -61,7 +61,7 @@ void Fermi2D::Blit() {
LOG_DEBUG(HW_GPU, "called. source address=0x{:x}, destination address=0x{:x}", regs.src.Address(), regs.dst.Address());
const auto& args = regs.pixels_from_memory;
constexpr s64 null_derivative = 1ULL << 32;
//constexpr s64 null_derivative = 1ULL << 32;
Surface src = regs.src;
const auto bytes_per_pixel = BytesPerBlock(PixelFormatFromRenderTargetFormat(src.format));