DVDInterface: Schedule event in ExecuteCommand

This commit is contained in:
JosJuice
2015-01-09 14:19:25 +01:00
parent 443d371fa3
commit af4f872dfe
6 changed files with 118 additions and 35 deletions

View File

@ -105,7 +105,7 @@ void ChangeDisc(const std::string& fileName);
// DVD Access Functions
bool DVDRead(u64 _iDVDOffset, u32 _iRamAddress, u32 _iLength, bool decrypt);
extern bool g_bStream;
DVDCommandResult ExecuteCommand(u32 command_0, u32 command_1, u32 command_2,
u32 output_address, u32 output_length, bool write_to_DIIMMBUF);
void ExecuteCommand(u32 command_0, u32 command_1, u32 command_2, u32 output_address, u32 output_length,
bool write_to_DIIMMBUF, int callback_event_type);
} // end of namespace DVDInterface