Merge pull request #5431 from leoetlino/change-disc

DVDInterface: Fix a regression with changing discs
This commit is contained in:
JosJuice 2017-05-15 23:57:51 +02:00 committed by GitHub
commit f4e8a01d16
1 changed files with 2 additions and 0 deletions

View File

@ -459,6 +459,8 @@ static void InsertDiscCallback(u64 userdata, s64 cyclesLate)
SetDisc(std::move(new_volume));
else
PanicAlertT("The disc that was about to be inserted couldn't be found.");
s_disc_path_to_insert.clear();
}
// Can only be called by the host thread