diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 56aedda..9b00fdb 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -883,7 +883,8 @@ menu: boost_settings, 2, NULL); goto menu; } - rb->cpu_boost(boost ? true: false); + if(boost) + rb->cpu_boost(true); #endif if (result == QUIT) |