1
0
Fork 0

Added support for reading volume labels

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@957
This commit is contained in:
Ulf Wohlers 2003-04-23 12:07:53 +00:00
parent 4916b5fb6c
commit 336e693b61
6 changed files with 100 additions and 15 deletions

View file

@ -61,7 +61,7 @@ public:
bool PlayAudioSector (unsigned long start,unsigned long len);
bool PauseAudio (bool resume);
bool StopAudio (void);
bool ReadSectors (void* buffer, bool raw, unsigned long sector, unsigned long num) { return true; };
bool ReadSectors (void* buffer, bool raw, unsigned long sector, unsigned long num) { return false; };
bool LoadUnloadMedia (bool unload);
private: