summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_out.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-02 06:10:21 +0200
committerLioncash <mathew1800@gmail.com>2018-08-02 11:18:32 +0200
commitc1c397d37cc71429189b842558f6c6d00c935ebd (patch)
tree80bbfcc60a2a5535e944fd85dd8530ca5e6d0c96 /src/audio_core/audio_out.h
parentMerge pull request #888 from lioncash/caps (diff)
downloadyuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar.gz
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar.bz2
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar.lz
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar.xz
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.tar.zst
yuzu-c1c397d37cc71429189b842558f6c6d00c935ebd.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/audio_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_out.h b/src/audio_core/audio_out.h
index 8d9b695d4..95e9b53fe 100644
--- a/src/audio_core/audio_out.h
+++ b/src/audio_core/audio_out.h
@@ -24,7 +24,7 @@ public:
Stream::ReleaseCallback&& release_callback);
/// Returns a vector of recently released buffers specified by tag for the specified stream
- std::vector<u64> GetTagsAndReleaseBuffers(StreamPtr stream, size_t max_count);
+ std::vector<Buffer::Tag> GetTagsAndReleaseBuffers(StreamPtr stream, size_t max_count);
/// Starts an audio stream for playback
void StartStream(StreamPtr stream);