mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00

Previously the upscale test was changing the frame contents with incorrect data before going back, but the algorithm relies on not changing contents for some pixels by "skipping" them. Duplicated a bit of code to create a non-destructive upscale test before decoding the whole frame.