mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 11:39:21 +01:00
This commit is contained in:
parent
914bb130c9
commit
a7b43100c4
@ -173,7 +173,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