mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01: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));
|
SetDisc(std::move(new_volume));
|
||||||
else
|
else
|
||||||
PanicAlertT("The disc that was about to be inserted couldn't be found.");
|
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
|
// Can only be called by the host thread
|
||||||
|
Loading…
x
Reference in New Issue
Block a user