summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar FearlessTobi2020-03-17 19:03:00 +0100
committerGravatar FearlessTobi2020-03-17 19:03:00 +0100
commitcdeadd448ba16cd48d54f1ec170e06f056ab9f6a (patch)
tree885754f39f938143e5c25e2da5788f2aaf28734c /src/core
parentMerge pull request #3498 from ReinUsesLisp/texel-fetch-glsl (diff)
downloadyuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.gz
yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.xz
yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.zip
yuzu: Save sound output mode and set it to Stereo by default
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h1
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;