Hydr8gon / sm64

A port of Super Mario 64 for the DSi
Creative Commons Zero v1.0 Universal
127 stars 10 forks source link

Add option to play on bottom screen #20

Open spellboundtriangle opened 2 years ago

spellboundtriangle commented 2 years ago

Some people have a GB Macro (or otherwise broken top screen), or just prefer playing on the bottom screen, so it would be nice if it were an option. It could be done through a button combo, ig

AngelTomkins commented 7 months ago

This shouldn't be too hard to change by calling lcdMainOnBottom() and lcdMainOnTop() to switch between the two screens. Though it probably would be best to setup a settings menu for changing things like this. I don't think this is high priority though.