Rewrote the CD-ROM TOC handling.

This commit is contained in:
OBattler
2020-07-20 03:18:56 +02:00
parent de5d2d4cf5
commit 649c084eef
3 changed files with 67 additions and 36 deletions

View File

@@ -973,8 +973,7 @@ cdi_load_cue(cd_img_t *cdi, const wchar_t *cuefile)
success = 1;
} else {
#ifdef ENABLE_CDROM_IMAGE_BACKEND_LOG
cdrom_image_backend_log("CUE: unsupported command '%s' in cue sheet!\n",
command.c_str());
cdrom_image_backend_log("CUE: unsupported command '%s' in cue sheet!\n", command);
#endif
success = 0;
}