Try to make DTK rewrite handle events the same way as the old code.

This commit is contained in:
magumagu
2014-06-18 12:11:09 -07:00
parent a282f181cd
commit 1f604e87be
4 changed files with 11 additions and 33 deletions

View File

@ -33,9 +33,7 @@ void ClearCoverInterrupt();
// DVD Access Functions
bool DVDRead(u32 _iDVDOffset, u32 _iRamAddress, u32 _iLength);
// For AudioInterface
bool DVDReadADPCM(u8* _pDestBuffer, u32 _iNumSamples);
extern bool g_bStream;
// Not sure about endianness here. I'll just name them like this...
enum DIErrorLow