This commit is contained in:
twinaphex 2020-09-18 01:53:54 +02:00
parent 8f7796f060
commit b35af2ad42

View File

@ -4581,7 +4581,7 @@ void retro_run(void)
if (!PrevInterlaced)
deint.ClearState();
deint.Process(spec.surface, spec.DisplayRect, spec.LineWidths, spec.InterlaceField);
deint.Process(surf, spec.DisplayRect, rects, spec.InterlaceField);
PrevInterlaced = true;