mpxp159w drops drive letter in mpxp0000.cue produce by -dd x
Brought to you by:
mpxplay
happens because savelist_get_relative_filename() is passed pathlen==0. which
happens because savelist_open_and_write_list() calls
pds_getpath_from_fullname() with filename=="mpxp0000.cue" i.e. not a fullname
didn't trace back further since simple fix of adding
MPXP_SAVELIST_SWITCHBIT_ALLFULLPATH to MPXP_SAVELIST_SWITCHBITS_DEFAULT was
enough for me