mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
improve cd change handling
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@731 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2843d00e70
commit
35e3031aaa
5 changed files with 28 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue