nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

[Request] Widescreen/aspect ratio hack #293

Closed Margen67 closed 1 year ago

Margen67 commented 1 year ago

See https://github.com/mgba-emu/mgba/issues/1960

fleroviux commented 1 year ago

This kind of hack is not compatible with the accurate cycle-by-cycle rendering that NanoBoyAdvance implements. Supporting this would require a second rendering path. Unless the scanline renderer comes back as a second option some day, this is considered out-of-scope/not planned for now.