cdrom: treat seek the same as other commands
[pcsx_rearmed.git] / libpcsxcore / cdrom.h
index 52bd21c..ee0b4d4 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
 void cdrReset();
 
 void cdrInterrupt(void);
-void cdrPlaySeekReadInterrupt(void);
+void cdrPlayReadInterrupt(void);
 void cdrLidSeekInterrupt(void);
 void cdrDmaInterrupt(void);
 void LidInterrupt(void);