diff --git a/src/Config.cpp b/src/Config.cpp index 2f0e1119..4e355d80 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -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;