Audio: Add dummy device (in case OpenAL fails to load) and unifiate unit tests
This commit is contained in:
@@ -11,6 +11,11 @@ namespace Nz
|
||||
{
|
||||
Unload();
|
||||
}
|
||||
|
||||
inline bool OpenALLibrary::IsLoaded() const
|
||||
{
|
||||
return m_library.IsLoaded();
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Audio/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user