diff options
| author | 2018-08-04 14:33:11 -0400 | |
|---|---|---|
| committer | 2018-08-04 14:33:11 -0400 | |
| commit | 2b06301dbfbfe79687219bf7783a6d1b47695401 (patch) | |
| tree | 222cc27ecbc7f7e86d2edef8d36436600dee7d7a /src/core/settings.h | |
| parent | Merge pull request #919 from lioncash/sign (diff) | |
| parent | Add missing parameter to files.push_back() (diff) | |
| download | yuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.tar.gz yuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.tar.xz yuzu-2b06301dbfbfe79687219bf7783a6d1b47695401.zip | |
Merge pull request #849 from DarkLordZach/xci
XCI and Encrypted NCA Support
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index e826d4235..73dc3061f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -139,6 +139,8 @@ struct Values { | |||
| 139 | 139 | ||
| 140 | std::string log_filter; | 140 | std::string log_filter; |
| 141 | 141 | ||
| 142 | bool use_dev_keys; | ||
| 143 | |||
| 142 | // Audio | 144 | // Audio |
| 143 | std::string sink_id; | 145 | std::string sink_id; |
| 144 | std::string audio_device_id; | 146 | std::string audio_device_id; |