libretro / bsnes2014

Libretro fork of bsnes. As close to upstream as possible.
GNU General Public License v3.0
9 stars 17 forks source link

PPU Fast Mode OFF outputs incorrect resolution #71

Closed nfp0 closed 4 years ago

nfp0 commented 4 years ago

When the PPU Fast Mode core option is set to OFF, the output resolution is always 512x448 instead of the expected 256x224 which most games use. This ruins the use of almost any CRT shaders as the output is incorrect.

When the PPU Fast Mode core option is set to ON this does not occur and the resolution is output correctly at 256x224 for most games and 512x448 for those specific games that use it.

nfp0 commented 4 years ago

My bad, I meant to open this on the more up-to-date core here: https://github.com/libretro/bsnes/issues/38