settings.c
branch0.4
changeset 10065 fc91a7eca19e
parent 10000 2658158c505c
child 10066 250f5564fcae
equal deleted inserted replaced
10064:c63f74223041 10065:fc91a7eca19e
   740 	{"playlist",	SDT_UINT8,	(void*)0,			&msf.playlist, NULL},
   740 	{"playlist",	SDT_UINT8,	(void*)0,			&msf.playlist, NULL},
   741 	{"music_vol", SDT_UINT8,	(void*)128,		&msf.music_vol, NULL},
   741 	{"music_vol", SDT_UINT8,	(void*)128,		&msf.music_vol, NULL},
   742 	{"effect_vol",SDT_UINT8,	(void*)128,		&msf.effect_vol, NULL},
   742 	{"effect_vol",SDT_UINT8,	(void*)128,		&msf.effect_vol, NULL},
   743 	{"custom_1",	SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_1) << 16, NULL, &msf.custom_1, NULL},
   743 	{"custom_1",	SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_1) << 16, NULL, &msf.custom_1, NULL},
   744 	{"custom_2",	SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_2) << 16, NULL, &msf.custom_2, NULL},
   744 	{"custom_2",	SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_2) << 16, NULL, &msf.custom_2, NULL},
   745 	{"playing",		SDT_BOOL,		(void*)true,	&msf.btn_down, NULL},
   745 	{"playing",		SDT_BOOL,		(void*)true,	&msf.playing, NULL},
   746 	{"shuffle",		SDT_BOOL,		(void*)false, &msf.shuffle, NULL},
   746 	{"shuffle",		SDT_BOOL,		(void*)false, &msf.shuffle, NULL},
   747 	{"extmidi",   SDT_STRINGBUF | (lengthof(msf.extmidi)<<16), EXTERNAL_PLAYER, &msf.extmidi, NULL},
   747 	{"extmidi",   SDT_STRINGBUF | (lengthof(msf.extmidi)<<16), EXTERNAL_PLAYER, &msf.extmidi, NULL},
   748 	{NULL,				0,					NULL,					NULL,																NULL}
   748 	{NULL,				0,					NULL,					NULL,																NULL}
   749 };
   749 };
   750 
   750