The filling with host CD drives is now done on the right menu.

This commit is contained in:
OBattler
2016-11-13 22:32:31 +01:00
parent b3a1dc78b4
commit b23af9f098

View File

@@ -321,8 +321,8 @@ static void initmenu(void)
int c;
HMENU m;
char s[32];
m=GetSubMenu(menu,2); /*Settings*/
m=GetSubMenu(m,5); /*CD-ROM*/
m=GetSubMenu(menu,1); /*Disc*/
m=GetSubMenu(m,9); /*CD-ROM*/
/* Loop through each Windows drive letter and test to see if
it's a CDROM */