fixed wrong audio cd selection (multiple cdroms)
set the GetMediaTrayStatus parameters to more common values. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@781
This commit is contained in:
parent
a209676ec6
commit
a7104cb358
2 changed files with 73 additions and 61 deletions
|
@ -97,7 +97,8 @@ private:
|
|||
void GetIOCTLAdapter (HANDLE hF,int * iDA,int * iDT,int * iDL);
|
||||
bool ScanRegistryFindKey (HKEY& hKeyBase);
|
||||
bool ScanRegistry (HKEY& hKeyBase);
|
||||
BYTE GetHostAdapter (void);
|
||||
BYTE GetHostAdapter (char* hardwareID);
|
||||
bool GetVendor (BYTE HA_num, BYTE SCSI_Id, BYTE SCSI_Lun, char* szBuffer);
|
||||
|
||||
// ASPI stuff
|
||||
BYTE haId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue