aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index d845b2b4..94a61cfc 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -77,7 +77,6 @@ public:
ALCcontext& al_context,
EaxFxSlotIndexValue index);
-
const EAX50FXSLOTPROPERTIES& eax_get_eax_fx_slot() const noexcept;
@@ -87,6 +86,7 @@ public:
void eax_unlock_legacy() noexcept;
+ void eax_commit() { eax_apply_deferred(); }
private:
ALCcontext* eax_al_context_{};
@@ -230,6 +230,8 @@ private:
bool eax_set_fx_slot(
const EaxEaxCall& eax_call);
+ void eax_apply_deferred();
+
// [[nodiscard]]
bool eax_set(
const EaxEaxCall& eax_call);