pcecd: fix multifile CD, adjust default menu position.

This commit is contained in:
sorgelig
2020-04-25 08:11:38 +08:00
parent ce45d3f2da
commit d5cd08bde9
5 changed files with 34 additions and 59 deletions

View File

@@ -69,7 +69,7 @@ void pcecd_poll()
data_mode = spi_w(0);
DisableIO();
switch (data_mode & 0xFF)
{
case 0:
@@ -120,6 +120,11 @@ static void notify_mount(int load)
}
}
int pcecd_using_cd()
{
return pcecdd.loaded;
}
void pcecd_set_image(int num, const char *filename)
{
(void)num;