aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax/fx_slots.cpp
diff options
context:
space:
mode:
authorBoris I. Bendovsky <[email protected]>2022-07-12 12:46:51 +0300
committerGitHub <[email protected]>2022-07-12 02:46:51 -0700
commit6fb5cb553f4c2faf4b991ac377ec457a7bba7e4c (patch)
tree5b62a1111fa1a48f3a2e226b8491bc1615db865d /al/eax/fx_slots.cpp
parentfa51c89549590319cb545a8c81419e2e1ddc5db3 (diff)
[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
Diffstat (limited to 'al/eax/fx_slots.cpp')
-rw-r--r--al/eax/fx_slots.cpp6
1 files changed, 0 insertions, 6 deletions
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)