This commit is contained in:
parent
0569fe8910
commit
ce0cae834f
@ -6,7 +6,7 @@
|
|||||||
char *FilenameList[FILEPOS_MAX]=
|
char *FilenameList[FILEPOS_MAX]=
|
||||||
{
|
{
|
||||||
"BIGLUMP.BIN",
|
"BIGLUMP.BIN",
|
||||||
"BIGLUMP.BIN",
|
"TRACK1.IXA",
|
||||||
"THQ.STR",
|
"THQ.STR",
|
||||||
"INTRO.STR",
|
"INTRO.STR",
|
||||||
//"CLIMAX.STR",
|
//"CLIMAX.STR",
|
||||||
@ -37,6 +37,7 @@ void CalcFilePos(int *Dst)
|
|||||||
int Pos;
|
int Pos;
|
||||||
char Name[32];
|
char Name[32];
|
||||||
sprintf(Name,"\\%s;1",FilenameList[Loop]);
|
sprintf(Name,"\\%s;1",FilenameList[Loop]);
|
||||||
|
printf("%s\n",Name);
|
||||||
while ( !CdSearchFile(&RetFile,Name) );
|
while ( !CdSearchFile(&RetFile,Name) );
|
||||||
Dst[Loop]=CdPosToInt(&RetFile.pos);
|
Dst[Loop]=CdPosToInt(&RetFile.pos);
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
// Add this to have CDXA on PC build!!
|
// Add this to have CDXA on PC build!!
|
||||||
// You will need a CD with Track1 synced to something, oh, and a CD drive
|
// You will need a CD with Track1 synced to something, oh, and a CD drive
|
||||||
#if defined(__USER_paul__)//|| defined(__USER_daveo__)
|
#if 0//|| defined(__USER_daveo__)
|
||||||
#define FORCE_XA 1
|
#define FORCE_XA 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ public:
|
|||||||
enum XA_ENUM
|
enum XA_ENUM
|
||||||
{
|
{
|
||||||
XA_MUSIC_TRACK =1,
|
XA_MUSIC_TRACK =1,
|
||||||
XA_SPEECH_TRACK =2,
|
XA_SPEECH_TRACK =1,
|
||||||
XA_QUEUE_MAX =8,
|
XA_QUEUE_MAX =8,
|
||||||
XA_TRACK_MAX =32,
|
XA_TRACK_MAX =32,
|
||||||
XA_DEFAULT_VOL =32000,
|
XA_DEFAULT_VOL =32000,
|
||||||
|
@ -3,4 +3,11 @@
|
|||||||
|
|
||||||
typedef u32 SpeechEquate;
|
typedef u32 SpeechEquate;
|
||||||
|
|
||||||
|
#include "sound\Bank0_Speech.h"
|
||||||
|
#include "sound\Bank1_Speech.h"
|
||||||
|
#include "sound\Bank2_Speech.h"
|
||||||
|
#include "sound\Bank3_Speech.h"
|
||||||
|
#include "sound\Bank4_Speech.h"
|
||||||
|
#include "sound\Bank5_Speech.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user