diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-02-25 16:51:33 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 17:35:10 +0200 |
commit | 6bf137a0e81fa3fae030687f10ac2c1e12d824ff (patch) | |
tree | 4f7a88533bf028c6779f156ceaa7793075714a2f /src/audio_core/stream.h | |
parent | General: Setup yuzu threads' microprofile, naming and registry. (diff) | |
download | yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar.gz yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar.bz2 yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar.lz yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar.xz yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.tar.zst yuzu-6bf137a0e81fa3fae030687f10ac2c1e12d824ff.zip |
Diffstat (limited to 'src/audio_core/stream.h')
-rw-r--r-- | src/audio_core/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/stream.h b/src/audio_core/stream.h index 1708a4d98..0663ce435 100644 --- a/src/audio_core/stream.h +++ b/src/audio_core/stream.h @@ -96,7 +96,7 @@ private: void ReleaseActiveBuffer(); /// Gets the number of core cycles when the specified buffer will be released - s64 GetBufferReleaseCycles(const Buffer& buffer) const; + s64 GetBufferReleaseNS(const Buffer& buffer) const; u32 sample_rate; ///< Sample rate of the stream Format format; ///< Format of the stream |