mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
The NES games on the Zelda Collecters Edition disk use a XFB which is only 256 pixels wide, but has a stide of 640 pixels. This fits our definition of a interlaced xfb, as a second line of data could fit in the extra space. The solution is to check that we are actually in a interlaced video mode before activating the force progressive hack.