aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-08 09:29:00 -0800
committerChris Robinson <[email protected]>2022-02-08 09:29:00 -0800
commit370f8623929f6c4cd245ac79b8569f1be53e6c51 (patch)
treefe47d627c1245fa1e769a7ddada288103b7b5483 /alc/context.h
parent98fc1cd97df227f12a1047c2b8385683b7f610fa (diff)
Inline ALCcontext::has_eax
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.h b/alc/context.h
index 93b70d83..b22aaf62 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -204,7 +204,7 @@ public:
#ifdef ALSOFT_EAX
public:
- bool has_eax() const noexcept;
+ bool has_eax() const noexcept { return eax_is_initialized_; }
bool eax_is_capable() const noexcept;