cd: better cd change handling, perhaps?
[picodrive.git] / pico / pico.h
index 9922d56..41ba7fb 100644 (file)
@@ -135,7 +135,7 @@ void PicoCDBufferFlush(void);
 \r
 // cd/cd_sys.c\r
 int Insert_CD(const char *cdimg_name, int type);\r
-void Stop_CD(void); // releases all resources taken when CD game was started.\r
+int Stop_CD(void); // unloads CD, returns 1 if there was cd loaded\r
 \r
 // Cart.c\r
 typedef enum\r