diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/zxbox/spmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c index da3c9b5..20d806e 100644 --- a/apps/plugins/zxbox/spmain.c +++ b/apps/plugins/zxbox/spmain.c @@ -342,7 +342,7 @@ static void options_menu(void){ /* menu */ static bool zxbox_menu(void) { -#if CODEC == SWCODEC && !defined SIMULATOR +#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR rb->pcm_play_stop(); #endif int m; |