mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Windows: improve file system mounting for customization
- Check if config.txt exists on drive letter before proceeding to write changes. Wait up to 3 seconds if not. - Force drive letter assignment for portable SSDs and other devices that pretend to be a fixed drive. (Windows only auto-assigns drive letters for removable media). Ref #171
This commit is contained in:
parent
c6129a1ad2
commit
2bbb8bfba7
3 changed files with 62 additions and 12 deletions
|
@ -176,6 +176,7 @@ protected:
|
|||
|
||||
#ifdef Q_OS_WIN
|
||||
WinFile _file, _volumeFile;
|
||||
QByteArray _nr;
|
||||
#elif defined(Q_OS_DARWIN)
|
||||
MacFile _file;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue