mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #5431 from leoetlino/change-disc
DVDInterface: Fix a regression with changing discs
This commit is contained in:
commit
f4e8a01d16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user