mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
adds iOS audio interruption handling and recovery
This commit is contained in:
@@ -203,6 +203,15 @@ bool Audio::isEFXsupported() const
|
||||
return false;
|
||||
}
|
||||
|
||||
void Audio::pauseContext()
|
||||
{
|
||||
}
|
||||
|
||||
void Audio::resumeContext()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
} // null
|
||||
} // audio
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user