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:
|
case ALC_OUT_OF_MEMORY:
|
||||||
return alcErrOutOfMemory;
|
return alcErrOutOfMemory;
|
||||||
case ALC_EXTENSIONS:
|
case ALC_EXTENSIONS:
|
||||||
return "";
|
return alcExtensionList;
|
||||||
|
|
||||||
case ALC_DEVICE_SPECIFIER:
|
case ALC_DEVICE_SPECIFIER:
|
||||||
ClearDeviceList(&DevicesList);
|
ClearDeviceList(&DevicesList);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user