1
0
Fork 0
forked from len0rd/rockbox

Alpha sound driver for rockboy, should work in theory, but in practice,

it doesn't. disabled by default with a define.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6218 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-03-20 23:06:47 +00:00
parent 457e138fff
commit b045f00d21
3 changed files with 11 additions and 3 deletions

View file

@ -75,7 +75,7 @@ int gnuboy_main(char *rom)
// FIXME - make interface modules responsible for atexit()
PUTS("Init video");
vid_init();
PUTS("Init sound (nosound)");
PUTS("Init sound");
pcm_init();
PUTS("Loading rom");
loader_init(rom);