aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-28 22:14:36 -0800
committerChris Robinson <[email protected]>2007-12-28 22:14:36 -0800
commitd90b36cf1147b0b14068db55a7510ffb0d2d2641 (patch)
tree89ef3edd7d942890496329a65c35d217c43f69d2 /Alc
parent87615fffc965e397a12cbb89bc5e07e480319d3b (diff)
Advertise AL_EXT_IMA4, since it's been supported all this time
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index fa591174..8c75b32c 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -357,7 +357,7 @@ static ALvoid InitContext(ALCcontext *pContext)
pContext->lNumStereoSources = 1;
pContext->lNumMonoSources = pContext->Device->MaxNoOfSources - pContext->lNumStereoSources;
- strcpy(pContext->ExtensionList, "AL_EXT_EXPONENT_DISTANCE AL_EXT_LINEAR_DISTANCE AL_EXT_OFFSET");
+ strcpy(pContext->ExtensionList, "AL_EXT_EXPONENT_DISTANCE AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_OFFSET");
}