diff options
author | Boris I. Bendovsky <[email protected]> | 2022-07-15 11:10:17 +0300 |
---|---|---|
committer | Boris I. Bendovsky <[email protected]> | 2022-07-17 20:59:06 +0300 |
commit | e24f124a89ebba6063e67189c2d4c45bd8946ef3 (patch) | |
tree | efde1b780bd5986d5f00cc19ae59b29a0d007149 /al/auxeffectslot.h | |
parent | 71ac63e5a86f1516e19fc1ddd2d4f2f3cd4a9f9e (diff) |
[EAX_FX_SLOT] Fix defaults for current properties
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 78b0c95a..bf2060fe 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -285,10 +285,11 @@ private: const GUID& eax_get_eax_default_effect_guid() const noexcept; long eax_get_eax_default_lock() const noexcept; - void eax4_fx_slot_set_defaults(Eax4Props& props); - void eax4_fx_slot_set_defaults(); - void eax5_fx_slot_set_defaults(Eax5Props& props); - void eax5_fx_slot_set_defaults(); + void eax4_fx_slot_set_defaults(Eax4Props& props) noexcept; + void eax5_fx_slot_set_defaults(Eax5Props& props) noexcept; + void eax4_fx_slot_set_current_defaults(const Eax4Props& props) noexcept; + void eax5_fx_slot_set_current_defaults(const Eax5Props& props) noexcept; + void eax_fx_slot_set_current_defaults(); void eax_fx_slot_set_defaults(); void eax4_fx_slot_get(const EaxCall& call, const Eax4Props& props) const; |