Skip to content

Commit 3b6482e

Browse files
author
Niko
committed
PCDRV progress
1 parent e57ca67 commit 3b6482e

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

decompile/General/CDSYS/CDSYS_00_Init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ void DECOMP_CDSYS_Init(int boolUseDisc)
77
// if using parallel port (Naughty Dog Devs only)
88
if(boolUseDisc == 0) return;
99

10-
#ifndef USE_PCDRV
1110
// if Cd does not initialize
1211
if(CdInit() == 0)
1312
{
@@ -17,7 +16,6 @@ void DECOMP_CDSYS_Init(int boolUseDisc)
1716
}
1817

1918
CdSetDebug(1);
20-
#endif
2119

2220
sdata->discMode = -1;
2321
sdata->bool_XnfLoaded = 0;

decompile/General/CDSYS/CDSYS_02_SetMode_StreamData.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
void DECOMP_CDSYS_SetMode_StreamData()
44
{
5-
#ifndef USE_PCDRV
65
char buf[8];
76

87
// quit if using parallel
@@ -32,5 +31,4 @@ void DECOMP_CDSYS_SetMode_StreamData()
3231

3332
CdSyncCallback(0);
3433
CdReadyCallback(0);
35-
#endif
3634
}

decompile/General/CDSYS/CDSYS_03_SetMode_StreamAudio.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
void DECOMP_CDSYS_SetMode_StreamAudio()
44
{
5-
#ifndef USE_PCDRV
65
char buf[8];
76

87
// dont check boolUseDisc,
@@ -33,5 +32,4 @@ void DECOMP_CDSYS_SetMode_StreamAudio()
3332

3433
CdSyncCallback(DECOMP_CDSYS_XaCallbackCdSync);
3534
CdReadyCallback(DECOMP_CDSYS_XaCallbackCdReady);
36-
#endif
3735
}

0 commit comments

Comments
 (0)