Force 3DS to 320x240 by default
I kind of want to avoid hacks like this, but I suppose I can find a proper way to do this in the future.
This commit is contained in:
parent
8d296f0385
commit
0a99762fec
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ void DefaultConfigData(CONFIGDATA *conf)
|
|||
// Fun fact: The Linux port added this line:
|
||||
// conf->display_mode = 1;
|
||||
|
||||
#ifdef _3DS
|
||||
conf->display_mode = 1;
|
||||
#endif
|
||||
|
||||
// Reset joystick settings (as these can't simply be set to 0)
|
||||
conf->bJoystick = TRUE;
|
||||
conf->joystick_button[0] = 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue