This commit is contained in:
ZakatTeamI2P 2026-05-12 15:46:18 +04:00
parent f4d2416c6d
commit bb75ba21f4
2 changed files with 2 additions and 2 deletions

View file

@ -162,5 +162,5 @@ void audioBindingInit(){
_rb_define_module_function(module, "__reset__", audioReset);
INIT_AUD_PROP_BIND( BGM_Volume, "bgm_volume" );
INIT_AUD_PROP_BIND( SFX_Volume, "sfx_volume" );es
INIT_AUD_PROP_BIND( SFX_Volume, "sfx_volume" );
}

View file

@ -73,7 +73,7 @@ void Config::read(int argc, char *argv[]){
PO_DESC(printFPS, bool, false) \
PO_DESC(fullscreen, bool, false) \
PO_DESC(fixedAspectRatio, bool, true) \
PO_DESC(smoothScaling, bool, false) \
PO_DESC(smoothScaling, bool, true) \
PO_DESC(vsync, bool, true) \
PO_DESC(defScreenW, int, 0) \
PO_DESC(defScreenH, int, 0) \