mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ void vibrate();
|
||||
/**
|
||||
* Enable mix mode (e.g. with background music apps) and playback with a muted device.
|
||||
**/
|
||||
void setAudioMixWithOthers(bool mixEnabled);
|
||||
bool setAudioMixWithOthers(bool mixEnabled);
|
||||
|
||||
/**
|
||||
* Returns whether another application is playing audio.
|
||||
|
||||
Reference in New Issue
Block a user