diff options
| author | Justin Heiner <jheiner@rockbox.org> | 2002-08-09 19:21:00 +0000 |
|---|---|---|
| committer | Justin Heiner <jheiner@rockbox.org> | 2002-08-09 19:21:00 +0000 |
| commit | 6e06a198b8afa8f561e0743b283e3ec263f672c0 (patch) | |
| tree | 96fffdc4da086d54e9fb5fb9c717bda904ce89b6 | |
| parent | 2a5712238b039bc3a5e41d988900b30d3bd608b0 (diff) | |
| download | rockbox-6e06a198b8afa8f561e0743b283e3ec263f672c0.zip rockbox-6e06a198b8afa8f561e0743b283e3ec263f672c0.tar.gz rockbox-6e06a198b8afa8f561e0743b283e3ec263f672c0.tar.bz2 rockbox-6e06a198b8afa8f561e0743b283e3ec263f672c0.tar.xz | |
Added global_settings.muted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1650 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index a223e49..e0f0571 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -39,6 +39,7 @@ struct user_settings int loudness; /* loudness eq: 0-100 0=off 100=max */ int bass_boost; /* bass boost eq: 0-100 0=off 100=max */ int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */ + bool muted; /* Is the device muted? */ /* device settings */ |