DVDInterface: Remove a (mostly) outdated comment
This commit is contained in:
parent
b6bc3bc7c9
commit
3c770693a2
|
@ -450,10 +450,6 @@ bool IsDiscInside()
|
|||
return DVDThread::HasDisc();
|
||||
}
|
||||
|
||||
// Take care of all logic of "swapping discs"
|
||||
// We want this in the "backend", NOT the gui
|
||||
// any !empty string will be deleted to ensure
|
||||
// that the userdata string exists when called
|
||||
static void EjectDiscCallback(u64 userdata, s64 cyclesLate)
|
||||
{
|
||||
SetDisc(nullptr);
|
||||
|
|
Loading…
Reference in New Issue