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:
JosJuice
2016-08-21 12:51:14 +02:00
parent 0015d2e86b
commit 9f6000bb27
4 changed files with 32 additions and 28 deletions

View File

@ -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);