diff options
| author | 2021-09-18 11:18:24 -0700 | |
|---|---|---|
| committer | 2021-09-18 11:18:24 -0700 | |
| commit | 35f46fc079d9534df7850eca3ce29e89e04d8914 (patch) | |
| tree | 16c57a4812428418b49bae264ef960559217901f /src/common/settings.h | |
| parent | Merge pull request #6950 from german77/multiplay (diff) | |
| parent | fix_clang_error (diff) | |
| download | yuzu-35f46fc079d9534df7850eca3ce29e89e04d8914.tar.gz yuzu-35f46fc079d9534df7850eca3ce29e89e04d8914.tar.xz yuzu-35f46fc079d9534df7850eca3ce29e89e04d8914.zip | |
Merge pull request #7020 from Moonlacer/remove_audio_stretching
Remove audio stretching
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index e674ccc5c..b1bddb895 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -414,7 +414,6 @@ struct Values { | |||
| 414 | BasicSetting<std::string> audio_device_id{"auto", "output_device"}; | 414 | BasicSetting<std::string> audio_device_id{"auto", "output_device"}; |
| 415 | BasicSetting<std::string> sink_id{"auto", "output_engine"}; | 415 | BasicSetting<std::string> sink_id{"auto", "output_engine"}; |
| 416 | BasicSetting<bool> audio_muted{false, "audio_muted"}; | 416 | BasicSetting<bool> audio_muted{false, "audio_muted"}; |
| 417 | Setting<bool> enable_audio_stretching{true, "enable_audio_stretching"}; | ||
| 418 | RangedSetting<u8> volume{100, 0, 100, "volume"}; | 417 | RangedSetting<u8> volume{100, 0, 100, "volume"}; |
| 419 | 418 | ||
| 420 | // Core | 419 | // Core |