mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add beep sound to platforms with no beep
This commit is contained in:
@@ -180,6 +180,9 @@ namespace PortabilityLayer
|
||||
|
||||
bool AudioChannelImpl::AddBuffer(IGpAudioBuffer *buffer, bool blocking)
|
||||
{
|
||||
if (!buffer)
|
||||
return false;
|
||||
|
||||
buffer->AddRef();
|
||||
|
||||
AudioCommand cmd;
|
||||
|
Reference in New Issue
Block a user