mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Move code into Movie::SignalDiscChange
DVDInterface shouldn't need to know anything about the DTM format's 40-character limitation. Also replacing "filename" in variable names with "path" to make it clearer which variables contain the whole path and which ones only contain the filename.
This commit is contained in:
@ -129,7 +129,7 @@ u64 GetCurrentLagCount();
|
||||
u64 GetTotalLagCount();
|
||||
|
||||
void SetClearSave(bool enabled);
|
||||
void SignalDiscChange(const std::string& new_disc_filename);
|
||||
void SignalDiscChange(const std::string& new_path);
|
||||
void SetReset(bool reset);
|
||||
void SetTitleId(u64 title_id);
|
||||
|
||||
|
Reference in New Issue
Block a user