From bb75ba21f40929cdf440ce82cdd9d3cf09586ddb Mon Sep 17 00:00:00 2001 From: ZakatTeamI2P Date: Tue, 12 May 2026 15:46:18 +0400 Subject: [PATCH] fixes --- binding-mri/audio-binding.cpp | 2 +- src/config.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binding-mri/audio-binding.cpp b/binding-mri/audio-binding.cpp index abf6630..69b4ab2 100644 --- a/binding-mri/audio-binding.cpp +++ b/binding-mri/audio-binding.cpp @@ -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" ); } diff --git a/src/config.cpp b/src/config.cpp index 54dcc70..6d2d11e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -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) \