This commit is contained in:
dborth 2010-01-25 21:34:12 +00:00
parent 85641d69b1
commit bb3ed94c1b

View File

@ -417,7 +417,11 @@ DefaultSettings ()
GCSettings.MusicVolume = 40;
GCSettings.SFXVolume = 40;
GCSettings.Rumble = 1;
#ifdef HW_RVL
GCSettings.language = CONF_GetLanguage();
#else
GCSettings.language = LANG_ENGLISH;
#endif
/****************** SNES9x Settings ***********************/