1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-19 15:38:04 +02:00

Localize daTrack_ptr

This commit is contained in:
Erik Andrén Zachrisson 2015-11-01 12:27:28 +01:00
parent c7ab02638b
commit 10586f19ea

View file

@ -28,11 +28,11 @@ int vmode = 0; // User command status (vmode)
int trainer = 0; // User command status (trainer)
int fix_CDRWIN = 0; // Special CDRWIN pregap injection status
int bin_size; // BIN (disc image) size
int sector_count; // Calculated number of sectors
int track_count = 0;; // Number of "TRACK " occurrences in the cue
int pregap_count = 0;; // Number of "PREGAP" occurrences in the cue
int postgap_count = 0; // Number of "POSTGAP" occurrences in the cue
int daTrack_ptr = 0; // Indicates the location of the pregap that's between the data track and the first audio track
int deny_vmode = 0; // 2013/05/16 - v2.0 : Triggered by GameIdentifier... Makes NTSCpatcher skip the PAL->NTSC patch.
int fix_game = 0; // 2013/05/16 - v2.0 : Triggered by GameIdentifier... Enables GameFixer .
@ -294,6 +294,8 @@ int main(int argc, char **argv)
int gap_more = 0; // User command status (gap++)
int gap_less = 0; // User command status (gap--)
int daTrack_ptr = 0; // Indicates the location of the pregap that's between the data track and the first audio track
printf("\nBIN/CUE to IMAGE0.VCD conversion tool v2.0\n");
printf("Last modified: %s\n\n", __DATE__);