mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 19:38:21 -05:00
audout: FlushAudioOutBuffers
Fixes Devil May Cry
This commit is contained in:
@ -56,6 +56,9 @@ public:
|
||||
/// Queues a buffer into the audio stream, returns true on success
|
||||
bool QueueBuffer(BufferPtr&& buffer);
|
||||
|
||||
/// Flush audio buffers
|
||||
bool Flush();
|
||||
|
||||
/// Returns true if the audio stream contains a buffer with the specified tag
|
||||
[[nodiscard]] bool ContainsBuffer(Buffer::Tag tag) const;
|
||||
|
||||
|
Reference in New Issue
Block a user