light cleanup
This commit is contained in:
parent
7de8c5afc2
commit
04e053b228
5 changed files with 17 additions and 10 deletions
|
|
@ -3,9 +3,10 @@
|
|||
static CoreOverrides fceumm_overrides = {
|
||||
.core_name = "fceumm",
|
||||
.option_overrides = (OptionOverride[]){
|
||||
{"fceumm_sndquality", "High"}, // why does it default to low :sob:
|
||||
{"fceumm_sndquality", "High"}, // why does it default too low :sob:
|
||||
{"fceumm_sndvolume", "10"},
|
||||
// {"fceumm_sndlowpass", "enabled"}, // too muffled for my tastes
|
||||
{"fceumm_show_adv_system_options","disabled",1}, // doesn't do anything
|
||||
{"fceumm_show_adv_sound_options","disabled", 1}, // doesn't do anything
|
||||
{NULL,NULL},
|
||||
},
|
||||
.button_mapping = (ButtonMapping[]){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue