Show A: and B: drives in Windows file browser.
This commit is contained in:
Alexander Kuznetsov 2011-08-25 16:41:08 +00:00
parent b7eac1edcf
commit 88ba2504c7

@ -300,7 +300,7 @@ void fsmenu_read_system(struct FSMenu* fsmenu)
tmp= GetLogicalDrives();
for (i=2; i < 26; i++) {
for (i=0; i < 26; i++) {
if ((tmp>>i) & 1) {
tmps[0]='A'+i;
tmps[1]=':';