diff options
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/context.h b/alc/context.h index 926a76a4..e8efdbf1 100644 --- a/alc/context.h +++ b/alc/context.h @@ -103,6 +103,8 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase { const char *mExtensionList{nullptr}; + std::string mExtensionListOverride{}; + ALCcontext(al::intrusive_ptr<ALCdevice> device); ALCcontext(const ALCcontext&) = delete; @@ -401,8 +403,6 @@ private: Eax5Props mEax{}; // Current EAX state. EAXSESSIONPROPERTIES mEaxSession{}; - std::string mEaxExtensionList{}; - [[noreturn]] static void eax_fail(const char* message); [[noreturn]] static void eax_fail_unknown_property_set_id(); [[noreturn]] static void eax_fail_unknown_primary_fx_slot_id(); |