diff options
author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-20 23:06:47 +0000 |
---|---|---|
committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-20 23:06:47 +0000 |
commit | b045f00d217c11c1ecf6635fdbf18d5f20a109f4 (patch) | |
tree | ebe936c7c2ad629e799fb1821d3aab70c18d81e8 /apps/plugins/rockboy/main.c | |
parent | 457e138fffa060e6199c53ec929cd97dfb42464c (diff) |
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
Diffstat (limited to 'apps/plugins/rockboy/main.c')
-rw-r--r-- | apps/plugins/rockboy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/main.c b/apps/plugins/rockboy/main.c index 77e9bc9ea0..175ae78d86 100644 --- a/apps/plugins/rockboy/main.c +++ b/apps/plugins/rockboy/main.c @@ -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); |