2012-06-23 20:08:56 +02:00
|
|
|
#ifndef __DVDPATCHES__
|
|
|
|
#define __DVDPATCHES__
|
|
|
|
|
|
|
|
#include "global.h"
|
|
|
|
|
2012-08-09 02:17:50 +02:00
|
|
|
#include "asm\DVDRead.h"
|
|
|
|
#include "asm\DVDReadAsync.h"
|
|
|
|
#include "asm\DVDReadAbsAsyncPrioAsync.h"
|
|
|
|
#include "asm\mDVDReadAbsAsyncPrio.h"
|
|
|
|
#include "asm\DVDReadAbsAsyncPrio.h"
|
|
|
|
#include "asm\LDVDReadAbsAsyncPrio.h"
|
|
|
|
#include "asm\DVDReadAbsAsyncPrioForBS.h"
|
|
|
|
#include "asm\mDVDReadAbsAsyncPrioShift.h"
|
|
|
|
#include "asm\DVDReadDiscIDAsync.h"
|
2012-06-23 20:08:56 +02:00
|
|
|
#include "asm\DVDInquiryAsync.h"
|
2012-08-09 02:17:50 +02:00
|
|
|
#include "asm\__DVDInterruptHandler.h"
|
|
|
|
#include "asm\DVDLowReadShift.h"
|
|
|
|
#include "asm\DVDWaitReady.h"
|
|
|
|
#include "asm\dDVDReadAbs.h"
|
2012-06-23 20:08:56 +02:00
|
|
|
#include "asm\DVDSeekAbsAsyncPrio.h"
|
2012-08-09 02:17:50 +02:00
|
|
|
#include "asm\DVDPrepareStreamAbsAsync.h"
|
|
|
|
#include "asm\DVDStopStreamAtEndAsync.h"
|
|
|
|
#include "asm\DVDCancelStreamAsync.h"
|
|
|
|
#include "asm\DVDGetStreamPlayAddrAsync.h"
|
|
|
|
#include "asm\DVDLowRead.h"
|
2012-06-23 20:08:56 +02:00
|
|
|
#include "asm\padipc.h"
|
|
|
|
|
|
|
|
#endif
|