Remove unused defines
This commit is contained in:
parent
e24ae6bc6c
commit
6668dbd798
@ -25,7 +25,6 @@
|
|||||||
DISPENV disp[2]; // Double buffered DISPENV and DRAWENV
|
DISPENV disp[2]; // Double buffered DISPENV and DRAWENV
|
||||||
DRAWENV draw[2];
|
DRAWENV draw[2];
|
||||||
short db = 0; // index of which buffer is used, values 0, 1
|
short db = 0; // index of which buffer is used, values 0, 1
|
||||||
|
|
||||||
// SPU attributes
|
// SPU attributes
|
||||||
SpuCommonAttr spuSettings;
|
SpuCommonAttr spuSettings;
|
||||||
#define CD_SECTOR_SIZE 2048
|
#define CD_SECTOR_SIZE 2048
|
||||||
@ -34,10 +33,6 @@ SpuCommonAttr spuSettings;
|
|||||||
#define XA_SECTOR_OFFSET 4
|
#define XA_SECTOR_OFFSET 4
|
||||||
// Number of XA files
|
// Number of XA files
|
||||||
#define XA_TRACKS 1
|
#define XA_TRACKS 1
|
||||||
// Number of populated XA streams/channels in each XA file
|
|
||||||
#define INDEXES_IN_XA 1
|
|
||||||
#define TOTAL_TRACKS (XA_TRACKS*INDEXES_IN_XA)
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int start;
|
int start;
|
||||||
int end;
|
int end;
|
||||||
|
Loading…
Reference in New Issue
Block a user