From 8dcc5d50cabcb3920782e4334458d73700612a18 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 10 Mar 2018 14:30:18 +0000 Subject: [PATCH] Added a comment about HD_Insert() - #541 --- source/Harddisk.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Harddisk.cpp b/source/Harddisk.cpp index b53bdb94..7ab050b1 100644 --- a/source/Harddisk.cpp +++ b/source/Harddisk.cpp @@ -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)