Merge pull request #3527 from FearlessTobi/output-mode

yuzu: Save sound output mode and set it to Stereo by default
This commit is contained in:
bunnei 2020-03-18 23:19:22 -04:00 committed by GitHub
commit bc681dc555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -387,6 +387,7 @@ struct Values {
s32 current_user;
s32 language_index;
s32 sound_index;
// Controls
std::array<PlayerInput, 10> players;