mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DVDInterface: Get rid of DVDCommandResult struct
It's only used in one place and is no longer necesssary.
This commit is contained in:
@ -85,12 +85,6 @@ enum DIInterruptType
|
||||
INT_CVRINT = 3,
|
||||
};
|
||||
|
||||
struct DVDCommandResult
|
||||
{
|
||||
DIInterruptType interrupt_type;
|
||||
u64 ticks_until_completion;
|
||||
};
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
void DoState(PointerWrap &p);
|
||||
|
Reference in New Issue
Block a user