mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
fixes
This commit is contained in:
parent
f4d2416c6d
commit
bb75ba21f4
2 changed files with 2 additions and 2 deletions
|
|
@ -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" );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue