diff options
Diffstat (limited to 'apps/plugins/zxbox/zxconfig.h')
-rw-r--r-- | apps/plugins/zxbox/zxconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxconfig.h b/apps/plugins/zxbox/zxconfig.h index 590da99f15..fb93dc5081 100644 --- a/apps/plugins/zxbox/zxconfig.h +++ b/apps/plugins/zxbox/zxconfig.h @@ -29,7 +29,7 @@ extern int intkeys[5]; #define SPECT_MEM 1 /* Define if sound driver is available. */ -#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR +#if !defined SIMULATOR #define HAVE_SOUND #endif |