Add support for auto-generated save disks in M3U playlists
Created by: jdgleaver
This PR adds the ability to automatically generate one or more blank save disks when creating an M3U playlist.
-
On any line of the M3U file, the following my be entered:
#SAVEDISK:VolumeName
-
VolumeName
is the disk label - this is optional, and may be omitted to create an unlabelled disk image (only certain games require save disks to have specific labels) -
Save disks are created in the user's save directory, with the following name:
[M3U_FILE_NAME].save[DISK_INDEX].adf
@sonninnos I realise you are the maestro when it comes to this core - please let me know if you object to anything I've done here!