summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-09-23 14:32:01 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-09-23 14:32:01 +0200
commitc461188f516173302b1aa97bbe4ee358d776b8c8 (patch)
tree2699c6c0d34f56908e950a65d038af2824cc6b13 /src/audio_core/audio_renderer.h
parentMerge pull request #1378 from lioncash/thread (diff)
downloadyuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar.gz
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar.bz2
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar.lz
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar.xz
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.tar.zst
yuzu-c461188f516173302b1aa97bbe4ee358d776b8c8.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/audio_renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_core/audio_renderer.h b/src/audio_core/audio_renderer.h
index 2c4f5ab75..be923ee65 100644
--- a/src/audio_core/audio_renderer.h
+++ b/src/audio_core/audio_renderer.h
@@ -170,6 +170,7 @@ public:
u32 GetSampleRate() const;
u32 GetSampleCount() const;
u32 GetMixBufferCount() const;
+ u32 GetState() const;
private:
class VoiceState;