light cleanup

This commit is contained in:
Shaun Inman 2023-01-29 21:25:15 -05:00
parent 7de8c5afc2
commit 04e053b228
5 changed files with 17 additions and 10 deletions

View file

@ -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[]){