diff options
| author | 2021-09-15 19:52:43 -0500 | |
|---|---|---|
| committer | 2021-09-15 19:52:43 -0500 | |
| commit | 44135b011fc0d39a2e8069133c18cc1b4e3ec99e (patch) | |
| tree | e047ddb66b02d80c9a1e4de0c34ce3407c746222 /src/common/settings.h | |
| parent | Merge pull request #6943 from FernandoS27/omae-wa-mou-shindeiru (diff) | |
| download | yuzu-44135b011fc0d39a2e8069133c18cc1b4e3ec99e.tar.gz yuzu-44135b011fc0d39a2e8069133c18cc1b4e3ec99e.tar.xz yuzu-44135b011fc0d39a2e8069133c18cc1b4e3ec99e.zip | |
remove-audio-stretching-setting
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 b7195670b..e73c045cc 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -415,7 +415,6 @@ struct Values { | |||
| 415 | BasicSetting<std::string> audio_device_id{"auto", "output_device"}; | 415 | BasicSetting<std::string> audio_device_id{"auto", "output_device"}; |
| 416 | BasicSetting<std::string> sink_id{"auto", "output_engine"}; | 416 | BasicSetting<std::string> sink_id{"auto", "output_engine"}; |
| 417 | BasicSetting<bool> audio_muted{false, "audio_muted"}; | 417 | BasicSetting<bool> audio_muted{false, "audio_muted"}; |
| 418 | Setting<bool> enable_audio_stretching{true, "enable_audio_stretching"}; | ||
| 419 | RangedSetting<u8> volume{100, 0, 100, "volume"}; | 418 | RangedSetting<u8> volume{100, 0, 100, "volume"}; |
| 420 | 419 | ||
| 421 | // Core | 420 | // Core |