1.35a psp bugfix release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@300 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-20 21:38:07 +00:00
parent aefb65bc6a
commit c6196c0f01
14 changed files with 72 additions and 34 deletions

View file

@ -660,7 +660,7 @@ PICO_INTERNAL int Close_Tray_CDD_cC(void)
Pico_mcd->scd.Status_CDC &= ~1; // Stop CDC read
printf("tray close\n");
elprintf(EL_STATUS, "tray close\n");
if (PicoMCDcloseTray != NULL)
CD_Present = PicoMCDcloseTray();
@ -685,7 +685,7 @@ PICO_INTERNAL int Open_Tray_CDD_cD(void)
Pico_mcd->scd.Status_CDC &= ~1; // Stop CDC read
printf("tray open\n");
elprintf(EL_STATUS, "tray open\n");
Unload_ISO();
CD_Present = 0;