From 7a7c35ccfc99a9ba4ec7e0bd7f277f511608fe4d Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Fri, 23 Jul 2021 20:37:08 +0200 Subject: [PATCH] Load correct XA file --- hello_xa/hello_xa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_xa/hello_xa.c b/hello_xa/hello_xa.c index da0ab25..5c07a90 100644 --- a/hello_xa/hello_xa.c +++ b/hello_xa/hello_xa.c @@ -45,7 +45,7 @@ typedef struct { // Declare an array of XA_TRACK XA_TRACK XATrack[XA_TRACKS]; // Name of file to load -static char * loadXA = "\\INTER4.XA;1"; +static char * loadXA = "\\INTER8.XA;1"; CdlFILE XAPos = {0}; // Start and end position of XA data, in sectors static int StartPos, EndPos;