mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 20:43:04 +00:00
configure_audio: User-configuratble option to enable/disable audio stretching
This commit is contained in:
@@ -24,6 +24,7 @@ void Apply() {
|
||||
VideoCore::g_scaled_resolution_enabled = values.use_scaled_resolution;
|
||||
|
||||
AudioCore::SelectSink(values.sink_id);
|
||||
AudioCore::EnableStretching(values.enable_audio_stretching);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user