kelpsyberry / dust

A Nintendo DS emulator written in Rust for desktop devices and the web, with debugging features and a focus on accuracy
GNU General Public License v3.0
192 stars 12 forks source link

NDS screen settings #5

Open DaBiggestBozo opened 2 months ago

DaBiggestBozo commented 2 months ago

Would you consider setting it up so that you can enable/disable certain NDS screens (Improve performance hopefully, and handy for games with useless ones most of the time.) and/or make it so you can resize them to have a gap (for panning images ect. intro of LOZ spirit tracks), or just add an easy customizable settings?

kelpsyberry commented 2 months ago

Sorry, disabling screen rendering seems very confusing to implement since games can read back from the framebuffer, but screen appearance customization will definitely be added in the future! I've been putting it off because I have to figure out how the customization should work...