MechanicalDragon0687 / ndsForwarder

Generate and Install NDS Forwarders
GNU General Public License v3.0
134 stars 4 forks source link

DSI mode config options #44

Open Mii-U opened 1 year ago

Mii-U commented 1 year ago

Hello,

Twilight menu has an option to switch clock speed to TWL mode (which fixes slowdown in some games) and the sound quality to TWL mode.

I would like to be able to set these to be on or off when generating a forwarder so that the settings are automatically turned on when I boot them from the home menu and so that the settings can be different for different games.

I am a novice programmer so I could attempt to do this myself but I Don't know how to set up development environment or where in the code base I would start, so any help would be appreciated.

Thanks!

MechanicalDragon0687 commented 1 year ago

https://www.3dbrew.org/wiki/Setting_up_Development_Environment

https://github.com/RocketRobz/NTR_Forwarder/tree/forwarder/SD%20Card

The first is how to setup your environment

the second is the base code for the forwarder template

the forwarder generator supports providing your own template, look at https://github.com/MechanicalDragon0687/ndsForwarder/blob/fc1b05c2b850b4fed10cc2e1e69f40466beef029/source/builder.cpp#L23 this method