diff options
| author | 2016-08-31 16:59:37 +0100 | |
|---|---|---|
| committer | 2016-08-31 16:59:37 +0100 | |
| commit | dc3f6a34f8e3458982f3ad646a54bbeac4b918e2 (patch) | |
| tree | 547ec290bfa04497c63f10603d801e473a0b1f84 /src/core/settings.h | |
| parent | audio_core: Add EnableStretching to interface so that one can toggle stretchi... (diff) | |
| download | yuzu-dc3f6a34f8e3458982f3ad646a54bbeac4b918e2.tar.gz yuzu-dc3f6a34f8e3458982f3ad646a54bbeac4b918e2.tar.xz yuzu-dc3f6a34f8e3458982f3ad646a54bbeac4b918e2.zip | |
configure_audio: User-configuratble option to enable/disable audio stretching
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 f95e62390..0962a4ecf 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -81,6 +81,7 @@ struct Values { | |||
| 81 | 81 | ||
| 82 | // Audio | 82 | // Audio |
| 83 | std::string sink_id; | 83 | std::string sink_id; |
| 84 | bool enable_audio_stretching; | ||
| 84 | 85 | ||
| 85 | // Debugging | 86 | // Debugging |
| 86 | bool use_gdbstub; | 87 | bool use_gdbstub; |