diff options
| author | 2020-03-18 23:19:22 -0400 | |
|---|---|---|
| committer | 2020-03-18 23:19:22 -0400 | |
| commit | bc681dc55506a732918f1debbc4ad5956ce09c1b (patch) | |
| tree | 7a5a526142489e1600412f500a59f6cd475ced07 /src/core | |
| parent | Merge pull request #3535 from ReinUsesLisp/gcc-warnings (diff) | |
| parent | yuzu: Save sound output mode and set it to Stereo by default (diff) | |
| download | yuzu-bc681dc55506a732918f1debbc4ad5956ce09c1b.tar.gz yuzu-bc681dc55506a732918f1debbc4ad5956ce09c1b.tar.xz yuzu-bc681dc55506a732918f1debbc4ad5956ce09c1b.zip | |
Merge pull request #3527 from FearlessTobi/output-mode
yuzu: Save sound output mode and set it to Stereo by default
Diffstat (limited to 'src/core')
| -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 cb5979e6f..12e2cc9e7 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -387,6 +387,7 @@ struct Values { | |||
| 387 | 387 | ||
| 388 | s32 current_user; | 388 | s32 current_user; |
| 389 | s32 language_index; | 389 | s32 language_index; |
| 390 | s32 sound_index; | ||
| 390 | 391 | ||
| 391 | // Controls | 392 | // Controls |
| 392 | std::array<PlayerInput, 10> players; | 393 | std::array<PlayerInput, 10> players; |