mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
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…
x
Reference in New Issue
Block a user