From cf73340f1e85d3b39dc452d57e28d2a9a9081051 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 1 Jul 2010 00:26:01 +0000 Subject: 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 --- apps/plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.c') 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, -- cgit v1.1