summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-31 10:10:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-22 09:42:05 -0400
commit2bb9323de8e4edc0a04ccf7ccf61e3026b5ef847 (patch)
tree45d77008a6dfec3a07abd17975b3ee3e9a1464e7 /apps/settings.h
parentca332b547384102a44f07648a0480797dce2f012 (diff)
downloadrockbox-2bb9323de8e4edc0a04ccf7ccf61e3026b5ef847.tar.gz
rockbox-2bb9323de8e4edc0a04ccf7ccf61e3026b5ef847.zip
FS#13429: Add a freeform "player name" configuration setting
The idea is that a theme or whatever could use this to provide visual differentiation (eg "George's iPod") between multiple otherwise-identical players.. Defaults to an empty string. Added to the manual but there is not a way to set this through the menus yet. Change-Id: I1cff6b19d621dd6207b4b82eed67741ce2da0ef1
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 1df1e0b418..056f40df6a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -803,6 +803,7 @@ struct user_settings
803#ifdef HAVE_REMOTE_LCD 803#ifdef HAVE_REMOTE_LCD
804 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ 804 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
805#endif 805#endif
806 char player_name[64]; /* Name of the local player */
806 807
807 struct compressor_settings compressor_settings; 808 struct compressor_settings compressor_settings;
808 809