Closed jdgleaver closed 5 years ago
As reported in issue #96, and on the forums (e.g. https://forums.libretro.com/t/picodrive-cropping-overscan-crops-too-much/21160), the output of the picodrive core is currently quite broken:
With all content, disabling overscan shifts the image downwards and clips off the bottom of the display.
With Master System content, this happens to an extreme extent whether or not overscan is enabled.
This is caused by a very silly bug, which this PR fixes. This PR also adds the ability to change the 'show overscan' setting while content is running.
This closes #96.
Sigh... And now the 3DS build is failing due to libretro-super issue #911.
libretro-super
EDIT: Oops, I take it back - I forgot that Travis uses different files from the buildbot - this will probably be fine once merged... :blush:
As reported in issue #96, and on the forums (e.g. https://forums.libretro.com/t/picodrive-cropping-overscan-crops-too-much/21160), the output of the picodrive core is currently quite broken:
With all content, disabling overscan shifts the image downwards and clips off the bottom of the display.
With Master System content, this happens to an extreme extent whether or not overscan is enabled.
This is caused by a very silly bug, which this PR fixes. This PR also adds the ability to change the 'show overscan' setting while content is running.
This closes #96.