Tried git revert --no-commit HEAD~1

This commit is contained in:
Nick Westgate 2021-05-05 22:08:15 +10:00
parent 4d03364017
commit 1b0a1f131e
2 changed files with 0 additions and 12 deletions

View File

@ -68,11 +68,7 @@ ImageError_e ImageOpen( const std::string & pszImageFilename,
if (pImageInfo->pImageType && pImageInfo->pImageType->GetType() == eImageHDV)
{
if (bExpectFloppy)
{
Err = eIMAGE_ERROR_UNSUPPORTED_HDV;
ImageClose(*ppImageInfo);
*ppImageInfo = NULL;
}
return Err;
}

View File

@ -1078,14 +1078,6 @@ LRESULT Win32Frame::WndProc(
ProcessButtonClick(BTN_RUN);
}
}
else if (Error == eIMAGE_ERROR_UNSUPPORTED_HDV)
{
if (HD_CardIsEnabled() && DoHardDiskInsert(HARDDISK_1, filename))
{
SetForegroundWindow(window);
ProcessButtonClick(BTN_RUN);
}
}
else
{
disk2Card.NotifyInvalidImage(iDrive, filename, Error);