Add a function to show button mappings using L + LEFT. Added preliminary error handling that will be improved later to determine playback issues. Music is not stopped when an unsupported file is selected. Some other minor modifications. TODO: Pause/play status does not show currently. Obtain error status of playback thread. Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
6 lines
141 B
C
6 lines
141 B
C
|
|
/* Errors that can't be explained with errno */
|
|
#define NDSP_INIT_FAIL 1000
|
|
#define DECODER_INIT_FAIL 1001
|
|
#define FILE_NOT_SUPPORTED 1002
|