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:
parent
50d6368b14
commit
30ef5aefe9
2 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue