jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
577 stars 48 forks source link

3DS suggestion: 800px mode support #111

Closed DPS2004 closed 2 years ago

DPS2004 commented 2 years ago

800px since the display of the 3ds is actually 800x240, with rectangular pixels, libtru has a function that makes the top screen render an image of that size, instead of the regular 400x240 with square pixels.

example implementation

jtothebell commented 2 years ago

This seems to be a pretty straightforward change that definitely improves the quality of the non-integer scaled modes on the top screen. Put together a quick PR for this