Alt-L to create autoswap.lst now includes selected drive rom

This commit is contained in:
penfold42 2018-08-26 22:19:50 +10:00
parent 5b091e9b8c
commit d06b361f80
1 changed files with 6 additions and 0 deletions

View File

@ -1159,6 +1159,12 @@ bool FileBrowser::MakeLST(const char* filenameLST)
}
}
f_write(&fp
, roms->ROMNames[roms->currentROMIndex]
, strlen(roms->ROMNames[roms->currentROMIndex])
, &bytes);
f_write(&fp, "\r\n", 2, &bytes);
f_close(&fp);
}
else