Alt-L to create autoswap.lst now includes selected drive rom
This commit is contained in:
parent
5b091e9b8c
commit
d06b361f80
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
f_close(&fp);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue