diff options
| author | 2018-08-23 14:33:03 +0200 | |
|---|---|---|
| committer | 2018-09-08 18:26:23 +0100 | |
| commit | a6efff8b02986daf6d3660c4f33c5f39cf3f3830 (patch) | |
| tree | af15627fd0a02ae74b222e1d02e689185062f1a9 /src/core/settings.h | |
| parent | Merge pull request #1246 from degasus/instanced_rendering (diff) | |
| download | yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.gz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.tar.xz yuzu-a6efff8b02986daf6d3660c4f33c5f39cf3f3830.zip | |
Add audio stretching support
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 5bf1863e6..c25f8ba70 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -146,6 +146,7 @@ struct Values { | |||
| 146 | 146 | ||
| 147 | // Audio | 147 | // Audio |
| 148 | std::string sink_id; | 148 | std::string sink_id; |
| 149 | bool enable_audio_stretching; | ||
| 149 | std::string audio_device_id; | 150 | std::string audio_device_id; |
| 150 | float volume; | 151 | float volume; |
| 151 | 152 | ||