mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-01-04 00:23:23 +08:00
Update
This commit is contained in:
parent
b6a5a9a3dd
commit
d1c4600366
@ -257,7 +257,7 @@ static int32_t Viper_ICommand(effect_handle_t self,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case EFFECT_CMD_DISABLE: {
|
case EFFECT_CMD_DISABLE: {
|
||||||
// pContext->viper->enable = false;
|
pContext->viper->enabled = false;
|
||||||
*((int *) pReplyData) = 0;
|
*((int *) pReplyData) = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user