diff options
author | Kloen Lansfiel <kloen@outlawkiwi.com> | 2017-01-26 04:33:26 +0100 |
---|---|---|
committer | Sebastian Valle <subv2112@gmail.com> | 2017-01-26 04:33:26 +0100 |
commit | f8523699864b6000572affaa0e36d9a4d89ffce6 (patch) | |
tree | 952a96e11d4efe860272ea7a47ebbee896fb5d61 /src/core/settings.h | |
parent | Merge pull request #2434 from mailwl/nfc-amiibo (diff) | |
download | yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar.gz yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar.bz2 yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar.lz yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar.xz yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.tar.zst yuzu-f8523699864b6000572affaa0e36d9a4d89ffce6.zip |
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 8dbda653a..e22ce0f16 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -104,6 +104,7 @@ struct Values { // Audio std::string sink_id; bool enable_audio_stretching; + std::string audio_device_id; // Debugging bool use_gdbstub; |