improve cd change handling

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@731 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-08-03 22:43:39 +00:00
parent 2843d00e70
commit 35e3031aaa
5 changed files with 28 additions and 18 deletions

View file

@ -196,7 +196,7 @@ PICO_INTERNAL void Reset_CD(void)
}
int Insert_CD(char *cdimg_name, int type)
int Insert_CD(const char *cdimg_name, int type)
{
int ret = 1;

View file

@ -121,7 +121,7 @@ void PicoCDBufferFree(void);
void PicoCDBufferFlush(void);
// cd/cd_sys.c
int Insert_CD(char *cdimg_name, int type);
int Insert_CD(const char *cdimg_name, int type);
void Stop_CD(void); // releases all resources taken when CD game was started.
// Cart.c