summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-06-07 17:27:14 +0200
committerwwylele <wwylele@gmail.com>2016-07-02 10:44:25 +0200
commit3687a805ecbe870e231234fec77b82408388d4ac (patch)
tree24b7905dea6189e96857489d155c9ade408c49fe /src/core/hle/service/cfg/cfg.h
parentMerge pull request #1869 from wwylele/dont-be-lazy (diff)
downloadyuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar.gz
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar.bz2
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar.lz
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar.xz
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.tar.zst
yuzu-3687a805ecbe870e231234fec77b82408388d4ac.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/cfg/cfg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/cfg/cfg.h b/src/core/hle/service/cfg/cfg.h
index c01806836..57e0821f3 100644
--- a/src/core/hle/service/cfg/cfg.h
+++ b/src/core/hle/service/cfg/cfg.h
@@ -38,6 +38,12 @@ enum SystemLanguage {
LANGUAGE_RU = 10
};
+enum SoundOutputMode {
+ SOUND_MONO = 0,
+ SOUND_STEREO = 1,
+ SOUND_SURROUND = 2
+};
+
/// Block header in the config savedata file
struct SaveConfigBlockEntry {
u32 block_id; ///< The id of the current block