diff options
author | Boris I. Bendovsky <[email protected]> | 2022-07-12 12:46:51 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-12 02:46:51 -0700 |
commit | 6fb5cb553f4c2faf4b991ac377ec457a7bba7e4c (patch) | |
tree | 5b62a1111fa1a48f3a2e226b8491bc1615db865d /alc/context.h | |
parent | fa51c89549590319cb545a8c81419e2e1ddc5db3 (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 'alc/context.h')
-rw-r--r-- | alc/context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/alc/context.h b/alc/context.h index d30ee360..f107835f 100644 --- a/alc/context.h +++ b/alc/context.h @@ -251,7 +251,6 @@ private: bool eax_is_initialized_{}; bool eax_is_tried_{}; - bool eax_are_legacy_fx_slots_unlocked_{}; long eax_last_error_{}; unsigned long eax_speaker_config_{}; @@ -305,9 +304,6 @@ private: void eax_initialize_sources(); - void eax_unlock_legacy_fx_slots(const EaxCall& call) noexcept; - - void eax_dispatch_fx_slot(const EaxCall& call); void eax_dispatch_source(const EaxCall& call); |