mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DVDInterface: Assert IsDiscInside() in GetVolume()
This commit is contained in:
@@ -478,6 +478,7 @@ void Shutdown()
|
||||
|
||||
const DiscIO::IVolume& GetVolume()
|
||||
{
|
||||
_assert_(IsDiscInside());
|
||||
return *s_inserted_volume;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user