mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
This commit is contained in:
parent
3b5b05ddfe
commit
62c005ed34
@ -172,7 +172,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