libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 39 forks source link

Port widescreen/HD Mode 7 hack from bsnes-hd #76

Open Margen67 opened 5 years ago

Margen67 commented 5 years ago

I'm not sure how difficult it would be to add, but it would be quite nice. Widescreen works for both Mode 7 and sprite-based games: https://www.reddit.com/r/emulation/comments/bmc9t9/bsneshd_beta_5_bsnes_1073_formally_hd_mode_7_mod/ Video demonstration: https://youtu.be/RFCWAQlb7y0

hizzlekizzle commented 5 years ago

HD mode 7 isn't going to be easy/plausible because it requires caching the scanlines, which only new bsnes' multithreaded renderer does. I'm not sure if widescreen requires this, as well, but if not, it might be doable.