X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcd_sys.h;h=7ec9cdafab1672e71866b2ed25b348f1987299ea;hb=ab0607f7e4bb7cb12e6c0c18dce6f9c77ac466ad;hp=34c9126fe2534aac111b351ec4ca7e413b0ac969;hpb=cc68a136aa179a5f32fe40208371eb9c2b0aadae;p=picodrive.git diff --git a/Pico/cd/cd_sys.h b/Pico/cd/cd_sys.h index 34c9126..7ec9cda 100644 --- a/Pico/cd/cd_sys.h +++ b/Pico/cd/cd_sys.h @@ -60,7 +60,7 @@ void Check_CD_Command(void); int Init_CD_Driver(void); void End_CD_Driver(void); -int Insert_CD(char *buf, char *iso_name); +int Insert_CD(char *iso_name, int is_bin); void Stop_CD(void); void Change_CD(void); void Reset_CD(void);