summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-07-01 00:26:01 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-07-01 00:26:01 +0000
commitcf73340f1e85d3b39dc452d57e28d2a9a9081051 (patch)
tree27a89d40fae023d994c7a59d3950f7af32dc00aa /apps/plugin.c
parent10b8e327d8c0d37b8a9f1997e33e4bf1a97bb39b (diff)
downloadrockbox-cf73340f1e85d3b39dc452d57e28d2a9a9081051.zip
rockbox-cf73340f1e85d3b39dc452d57e28d2a9a9081051.tar.gz
rockbox-cf73340f1e85d3b39dc452d57e28d2a9a9081051.tar.bz2
rockbox-cf73340f1e85d3b39dc452d57e28d2a9a9081051.tar.xz
Enable game sounds in PacBox. Sound is OFF by default but can be enabled from the menu. Enable a function for SWCODEC in the middle of the plugin API, so plugins must be made incompatible (full update).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 56d2be9..51ef40f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -637,9 +637,7 @@ static const struct plugin_api rockbox_api = {
get_codec_filename,
find_array_ptr,
remove_array_ptr,
-#if defined(HAVE_RECORDING) && (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
round_value_to_list32,
-#endif
#endif /* CONFIG_CODEC == SWCODEC */
get_metadata,
mp3info,