diff options
| author | 2016-04-27 13:53:23 +0100 | |
|---|---|---|
| committer | 2016-04-30 07:41:02 +0100 | |
| commit | 4e971f44a27c2e4abc25ddf0720d287a688e0a4d (patch) | |
| tree | c88ce045e20e40dd022a56dbd4a5281024591e61 /src/core/settings.h | |
| parent | AudioCore: List of sink types (diff) | |
| download | yuzu-4e971f44a27c2e4abc25ddf0720d287a688e0a4d.tar.gz yuzu-4e971f44a27c2e4abc25ddf0720d287a688e0a4d.tar.xz yuzu-4e971f44a27c2e4abc25ddf0720d287a688e0a4d.zip | |
Audio: Add sink selection to configuration files
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index d620d8461..04c0a47f9 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -63,6 +63,9 @@ struct Values { | |||
| 63 | 63 | ||
| 64 | std::string log_filter; | 64 | std::string log_filter; |
| 65 | 65 | ||
| 66 | // Audio | ||
| 67 | std::string sink_id; | ||
| 68 | |||
| 66 | // Debugging | 69 | // Debugging |
| 67 | bool use_gdbstub; | 70 | bool use_gdbstub; |
| 68 | u16 gdbstub_port; | 71 | u16 gdbstub_port; |