From 6fb5cb553f4c2faf4b991ac377ec457a7bba7e4c Mon Sep 17 00:00:00 2001 From: "Boris I. Bendovsky" Date: Tue, 12 Jul 2022 12:46:51 +0300 Subject: [EAX] Use separate FX slot state for each version (#730) * [EAX] Use separate FX slot state for each version [EAX] Don't defer FX slot properties * [EAX_FXSLOT] Use mPropsDirty to defer update [EAX_CONTEXT] Commit all updates on first initialization --- al/eax/fx_slots.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'al/eax/fx_slots.cpp') diff --git a/al/eax/fx_slots.cpp b/al/eax/fx_slots.cpp index 671d2cfb..83de8f78 100644 --- a/al/eax/fx_slots.cpp +++ b/al/eax/fx_slots.cpp @@ -57,12 +57,6 @@ ALeffectslot& EaxFxSlots::get(EaxFxSlotIndex index) return *fx_slots_[index.value()]; } -void EaxFxSlots::unlock_legacy() noexcept -{ - fx_slots_[0]->eax_unlock_legacy(); - fx_slots_[1]->eax_unlock_legacy(); -} - [[noreturn]] void EaxFxSlots::fail( const char* message) -- cgit v1.2.3