Return the extension list in the router
This commit is contained in:
parent
f08a7b341f
commit
cee2d226d2
@ -621,7 +621,7 @@ ALC_API const ALCchar* ALC_APIENTRY alcGetString(ALCdevice *device, ALCenum para
|
||||
case ALC_OUT_OF_MEMORY:
|
||||
return alcErrOutOfMemory;
|
||||
case ALC_EXTENSIONS:
|
||||
return "";
|
||||
return alcExtensionList;
|
||||
|
||||
case ALC_DEVICE_SPECIFIER:
|
||||
ClearDeviceList(&DevicesList);
|
||||
|
Loading…
x
Reference in New Issue
Block a user