improve cd change handling
[picodrive.git] / pico / pico.h
index fb067b8..c3ada59 100644 (file)
@@ -121,7 +121,7 @@ void PicoCDBufferFree(void);
 void PicoCDBufferFlush(void);\r
 \r
 // cd/cd_sys.c\r
-int Insert_CD(char *cdimg_name, int type);\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
 \r
 // Cart.c\r