mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DVDInterface/DVDThread: Don't store CoreTiming event IDs in savestates
CoreTiming event types aren't guaranteed to be stable across runs of Dolphin, so they shouldn't be in savestates.
This commit is contained in:
@ -106,7 +106,8 @@ void ChangeDisc(const std::string& fileName);
|
||||
|
||||
// DVD Access Functions
|
||||
bool ChangePartition(u64 offset);
|
||||
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);
|
||||
void ExecuteCommand(u32 command_0, u32 command_1, u32 command_2, u32 output_address,
|
||||
u32 output_length, bool reply_to_ios);
|
||||
void FinishExecutingCommand(bool reply_to_ios, DIInterruptType interrupt_type);
|
||||
|
||||
} // end of namespace DVDInterface
|
||||
|
Reference in New Issue
Block a user