mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
This commit is contained in:
parent
f4b7bd3907
commit
cc03aabd8d
@ -625,7 +625,11 @@ DefaultSettings ()
|
||||
GCSettings.MusicVolume = 40;
|
||||
GCSettings.SFXVolume = 40;
|
||||
GCSettings.Rumble = 1;
|
||||
#ifdef HW_RVL
|
||||
GCSettings.language = CONF_GetLanguage();
|
||||
#else
|
||||
GCSettings.language = LANG_ENGLISH;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user