diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-08 20:58:38 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-08 20:58:38 -0400 |
commit | 386cd45f07b83824fc539f8a72429ebf73f5daf4 (patch) | |
tree | c0d9ce6b4c6e0db36fac69ee8fc23b2bcb5f9129 /src/yuzu_cmd/default_ini.h | |
parent | 5edc96f4a47bff64cfd97f0c91e42b56ab58b2d7 (diff) |
configure_audio: Use u8 for volume value
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index cc9850aad..d2a7cd024 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -281,7 +281,7 @@ enable_audio_stretching = output_device = # Output volume. -# 1.0 (default): 100%, 0.0; mute +# 100 (default): 100%, 0; mute volume = [Data Storage] |