Skip to content

Commit

Permalink
Reverted to the old behavior, fixes 86Box#4019.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Jan 12, 2024
1 parent 1f569f2 commit 6e546bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/floppy/fdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,8 @@ fdd_poll(void *priv)

if (fdd_notfound) {
fdd_notfound--;
#ifdef RETURN_NOIDAM
if (!fdd_notfound)
fdc_noidam(fdd_fdc);
#endif
}
}

Expand Down

0 comments on commit 6e546bb

Please sign in to comment.