Advanced Support (#172)

* Who doesn't like drives?

* Add another TODO

* Use built in stuff, it's quicker

* More special handling for floppies, easier this time

* Fix broken test

* Set active drive priority, String -> string

* Track reason for no scanning

* Update DIC version and release notes
This commit is contained in:
Matt Nadareski
2019-11-17 01:06:41 -05:00
committed by GitHub
parent 24b08dd245
commit fbc9d04782
14 changed files with 181 additions and 100 deletions

View File

@@ -84,6 +84,17 @@
VideoNowColor,
}
/// <summary>
/// Drive type for dumping
/// </summary>
public enum InternalDriveType
{
Optical,
Floppy,
HardDisk,
Removable,
}
/// <summary>
/// Dump status for Redump
/// </summary>
@@ -419,6 +430,10 @@
// Unsorted Formats
Cartridge,
CED,
CompactFlash,
MMC,
SDCard,
FlashDrive,
}
/// <summary>