mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-03 13:42:31 +01:00
This commit is contained in:
parent
85641d69b1
commit
bb3ed94c1b
@ -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 ***********************/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user