mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
This commit is contained in:
parent
c0e9545ba1
commit
bc8d214611
@ -171,7 +171,6 @@ devicecallback (void *arg)
|
|||||||
{
|
{
|
||||||
if(!dvd->isInserted()) // check if the device was removed
|
if(!dvd->isInserted()) // check if the device was removed
|
||||||
{
|
{
|
||||||
printf("dvd removed!\n");
|
|
||||||
unmountRequired[DEVICE_DVD] = true;
|
unmountRequired[DEVICE_DVD] = true;
|
||||||
isMounted[DEVICE_DVD] = false;
|
isMounted[DEVICE_DVD] = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user