From 1968136c98e062009904fca20e48ea847f03fefa Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 1 Sep 2020 07:37:07 -0700 Subject: Add an in-progress extension string for convolution reverb --- examples/alconvolve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/alconvolve.c b/examples/alconvolve.c index 77ef83bf..05804dbe 100644 --- a/examples/alconvolve.c +++ b/examples/alconvolve.c @@ -377,10 +377,10 @@ int main(int argc, char **argv) if(InitAL(&argv, &argc) != 0) return 1; - if(!alcIsExtensionPresent(alcGetContextsDevice(alcGetCurrentContext()), "ALC_EXT_EFX")) + if(!alIsExtensionPresent("AL_SOFTX_convolution_reverb")) { CloseAL(); - fprintf(stderr, "Error: EFX not supported\n"); + fprintf(stderr, "Error: Convolution revern not supported\n"); return 1; } -- cgit v1.2.3