mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
rockboy: rename pcm_*() functions to avoid namespace clash with rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0146de64c
commit
b36e721aa6
7 changed files with 20 additions and 20 deletions
|
@ -361,7 +361,7 @@ static int gnuboy_main(const char *rom)
|
|||
rb->lcd_puts(0,0,"Init video");
|
||||
vid_init();
|
||||
rb->lcd_puts(0,1,"Init sound");
|
||||
pcm_init();
|
||||
rockboy_pcm_init();
|
||||
rb->lcd_puts(0,2,"Loading rom");
|
||||
loader_init(rom);
|
||||
if(shut)
|
||||
|
@ -438,7 +438,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
return PLUGIN_ERROR;
|
||||
}
|
||||
if(!rb->audio_status())
|
||||
pcm_close();
|
||||
rockboy_pcm_close();
|
||||
|
||||
rb->splash(HZ/2, "Closing Rockboy");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue