mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
[all] Issue #592 - Sticky switches: more code rewritten, more flash
saved on 9x stock. Logical Switches Delay and Duration modified on Taranis and Sky9x
This commit is contained in:
parent
c2b18553ab
commit
a48d76504a
14 changed files with 429 additions and 432 deletions
|
@ -571,7 +571,7 @@ void AudioQueue::wakeup()
|
|||
}
|
||||
|
||||
// mix the background context
|
||||
if (!isFunctionActive(FUNC_BACKGND_MUSIC_PAUSE)) {
|
||||
if (!isFunctionActive(FUNCTION_BACKGND_MUSIC_PAUSE)) {
|
||||
result = mixAudioContext(backgroundContext, buffer, g_eeGeneral.varioVolume, g_eeGeneral.backgroundVolume, fade);
|
||||
if (result > 0) {
|
||||
size = max(size, result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue