diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-03-17 19:03:00 +0100 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-03-17 19:03:00 +0100 |
commit | cdeadd448ba16cd48d54f1ec170e06f056ab9f6a (patch) | |
tree | 885754f39f938143e5c25e2da5788f2aaf28734c /src/core/settings.h | |
parent | Merge pull request #3498 from ReinUsesLisp/texel-fetch-glsl (diff) | |
download | yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.gz yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.bz2 yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.lz yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.xz yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.tar.zst yuzu-cdeadd448ba16cd48d54f1ec170e06f056ab9f6a.zip |
Diffstat (limited to '')
-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 { s32 current_user; s32 language_index; + s32 sound_index; // Controls std::array<PlayerInput, 10> players; |