OpenAL Internal name

-Now there is an internal name for openal and a default name for the device to be displayed
This commit is contained in:
marauder2k7 2022-08-16 15:55:56 +01:00
parent 52dc5cf3da
commit 3eca15cb31
6 changed files with 33 additions and 14 deletions

View file

@ -35,6 +35,7 @@ class SFXDevice;
struct SFXDeviceInfo
{
String driver;
String internalName;
String name;
bool hasHardware;
S32 maxBuffers;
@ -121,4 +122,4 @@ class SFXProvider
};
#endif // _SFXPROVIDER_H_
#endif // _SFXPROVIDER_H_