mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 08:37:56 -05:00
Merge pull request #1163 from FearlessTobi/add-audio-stretching
audio_core: Add audio stretching support
This commit is contained in:
@ -148,6 +148,7 @@ struct Values {
|
||||
|
||||
// Audio
|
||||
std::string sink_id;
|
||||
bool enable_audio_stretching;
|
||||
std::string audio_device_id;
|
||||
float volume;
|
||||
|
||||
|
Reference in New Issue
Block a user