mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
better detection of pregap data in file
This commit is contained in:
parent
4aa936ce33
commit
c69a11a219
@ -246,7 +246,7 @@ chdstream_t *chdstream_open(const char *path, int32_t track)
|
||||
}
|
||||
|
||||
/* Only include pregap data if it was in the track file */
|
||||
if (!strcmp(meta.type, meta.pgtype))
|
||||
if (meta.pgtype[0] != 'V')
|
||||
pregap = meta.pregap;
|
||||
else
|
||||
pregap = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user