The filling with host CD drives is now done on the right menu.
This commit is contained in:
@@ -321,8 +321,8 @@ static void initmenu(void)
|
|||||||
int c;
|
int c;
|
||||||
HMENU m;
|
HMENU m;
|
||||||
char s[32];
|
char s[32];
|
||||||
m=GetSubMenu(menu,2); /*Settings*/
|
m=GetSubMenu(menu,1); /*Disc*/
|
||||||
m=GetSubMenu(m,5); /*CD-ROM*/
|
m=GetSubMenu(m,9); /*CD-ROM*/
|
||||||
|
|
||||||
/* Loop through each Windows drive letter and test to see if
|
/* Loop through each Windows drive letter and test to see if
|
||||||
it's a CDROM */
|
it's a CDROM */
|
||||||
|
Reference in New Issue
Block a user