mirror of
https://github.com/ErikAndren/cue2pops-mac.git
synced 2025-04-19 23:48:06 +02:00
Use a build time macro instead of hard coded value
This commit is contained in:
parent
6ac6c586d1
commit
2a1197cc79
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ int main(int argc, char **argv)
|
|||
int noCDDA = 0; // 2013/04/22 - v1.2 : Is set to 1 if no CDDA track was found in the game dump, used by the NTSC patcher
|
||||
|
||||
printf("\nBIN/CUE to IMAGE0.VCD conversion tool v2.0\n");
|
||||
printf("Last modified : 2013/05/16\n\n");
|
||||
printf("Last modified: %s\n\n", __DATE__);
|
||||
|
||||
if(argc <= 1) {
|
||||
printf("Error: No input file specified (cue sheet)\n\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue