diff --git a/bsnes/sfc/ppu-fast/line.cpp b/bsnes/sfc/ppu-fast/line.cpp index 551430c3..fb86f1e7 100644 --- a/bsnes/sfc/ppu-fast/line.cpp +++ b/bsnes/sfc/ppu-fast/line.cpp @@ -72,7 +72,7 @@ auto PPU::Line::flush() -> void { } if(Line::count) { - if(ppu.hdScale() > 1) cacheMode7HD(); + if(ppu.hdScale()) cacheMode7HD(); #pragma omp parallel for if(Line::count >= 8) for(uint y = 0; y < Line::count; y++) { if(ppu.deinterlace()) {