mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue