1
0
Fork 0

Fix GetLabel() for the virtual drive.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4128
This commit is contained in:
ripsaw8080 2018-07-10 15:38:55 +00:00
parent 50d6368b14
commit 30ef5aefe9
2 changed files with 7 additions and 3 deletions

View file

@ -396,6 +396,7 @@ public:
bool isRemote(void);
virtual bool isRemovable(void);
virtual Bits UnMount(void);
virtual char const* GetLabel(void);
private:
VFILE_Block * search_file;
};