diff options
| author | 2016-04-30 03:49:11 -0400 | |
|---|---|---|
| committer | 2016-04-30 03:49:11 -0400 | |
| commit | c1f0044a4b10bdff45464e5957f7950a6059d0c9 (patch) | |
| tree | d9b4673f92da936ce763148f70b82bc7401dd968 /src/core/settings.h | |
| parent | Merge pull request #1650 from JamePeng/update-the-ndm-code (diff) | |
| parent | Audio: Add sink selection to configuration files (diff) | |
| download | yuzu-c1f0044a4b10bdff45464e5957f7950a6059d0c9.tar.gz yuzu-c1f0044a4b10bdff45464e5957f7950a6059d0c9.tar.xz yuzu-c1f0044a4b10bdff45464e5957f7950a6059d0c9.zip | |
Merge pull request #1729 from MerryMage/null-sink
Audio Config: Implement null sink and implement sink configuration
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; |