diff options
Diffstat (limited to 'al/eax_fx_slots.cpp')
-rw-r--r-- | al/eax_fx_slots.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/al/eax_fx_slots.cpp b/al/eax_fx_slots.cpp index f2db3ede..61d5e168 100644 --- a/al/eax_fx_slots.cpp +++ b/al/eax_fx_slots.cpp @@ -60,6 +60,11 @@ ALeffectslot& EaxFxSlots::get( return const_cast<ALeffectslot&>(const_cast<const EaxFxSlots*>(this)->get(index)); } +void EaxFxSlots::unlock_legacy() noexcept +{ + fx_slots_[0]->eax_unlock_legacy(); + fx_slots_[1]->eax_unlock_legacy(); +} [[noreturn]] void EaxFxSlots::fail( |