mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
DVDInterface: Remove a (mostly) outdated comment
This commit is contained in:
parent
b6bc3bc7c9
commit
3c770693a2
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue