1
0
Fork 0
forked from len0rd/rockbox

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:
Rafaël Carré 2010-05-27 12:00:23 +00:00
parent b0146de64c
commit b36e721aa6
7 changed files with 20 additions and 20 deletions

View file

@ -85,7 +85,7 @@ int do_user_menu(void) {
"Load Game", "Save Game",
"Options", "Quit");
pcm_init();
rockboy_pcm_init();
while(!done)
{