mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
Fix createEffect return value
This commit is contained in:
parent
4eb77fa743
commit
985174f4c6
@ -99,7 +99,7 @@ extern "C" binder_exception_t createEffect(const AudioUuid *audio_uuid, std::sha
|
|||||||
}
|
}
|
||||||
VIPER_LOGD("createEffect called");
|
VIPER_LOGD("createEffect called");
|
||||||
*instance = ndk::SharedRefBase::make<ViPER4AndroidAIDL>();
|
*instance = ndk::SharedRefBase::make<ViPER4AndroidAIDL>();
|
||||||
return EX_ILLEGAL_ARGUMENT;
|
return EX_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect> &instanceSp) {
|
extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect> &instanceSp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user