mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
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:
parent
52dc5cf3da
commit
3eca15cb31
6 changed files with 33 additions and 14 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue