Added a comment about HD_Insert() - #541
This commit is contained in:
parent
2d2304b4c6
commit
8dcc5d50ca
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ void HD_Destroy(void)
|
|||
}
|
||||
|
||||
// pszImageFilename is qualified with path
|
||||
// GH#541: global as HD_Insert() is needed by the Qt frontend
|
||||
// - there is no way, other than calling HD_Select() to insert an image.
|
||||
BOOL HD_Insert(const int iDrive, LPCTSTR pszImageFilename)
|
||||
{
|
||||
if (*pszImageFilename == 0x00)
|
||||
|
|
Loading…
Add table
Reference in a new issue