mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:07:56 -05:00
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
This commit is contained in:
@ -71,6 +71,10 @@ void SelectSink(std::string sink_id) {
|
||||
DSP::HLE::SetSink(iter->factory());
|
||||
}
|
||||
|
||||
void EnableStretching(bool enable) {
|
||||
DSP::HLE::EnableStretching(enable);
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
CoreTiming::UnscheduleEvent(tick_event, 0);
|
||||
DSP::HLE::Shutdown();
|
||||
|
Reference in New Issue
Block a user