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:
parent
457e138fff
commit
b045f00d21
3 changed files with 11 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue