diff options
| author | 2018-09-27 17:05:03 -0400 | |
|---|---|---|
| committer | 2018-09-27 17:05:03 -0400 | |
| commit | fc2419e441dbd2270460c8fe7a92e515c0789fa5 (patch) | |
| tree | b424962d98ee97013c5c67ef8913c4a2aaf9e0c2 /src/audio_core/audio_renderer.h | |
| parent | Merge pull request #1389 from PhiBabin/valgrind (diff) | |
| parent | stream: Preserve enum class type in GetState() (diff) | |
| download | yuzu-fc2419e441dbd2270460c8fe7a92e515c0789fa5.tar.gz yuzu-fc2419e441dbd2270460c8fe7a92e515c0789fa5.tar.xz yuzu-fc2419e441dbd2270460c8fe7a92e515c0789fa5.zip | |
Merge pull request #1394 from lioncash/stream
stream: Preserve enum class type in GetState()
Diffstat (limited to 'src/audio_core/audio_renderer.h')
| -rw-r--r-- | src/audio_core/audio_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_renderer.h b/src/audio_core/audio_renderer.h index be923ee65..dfef89e1d 100644 --- a/src/audio_core/audio_renderer.h +++ b/src/audio_core/audio_renderer.h | |||
| @@ -170,7 +170,7 @@ public: | |||
| 170 | u32 GetSampleRate() const; | 170 | u32 GetSampleRate() const; |
| 171 | u32 GetSampleCount() const; | 171 | u32 GetSampleCount() const; |
| 172 | u32 GetMixBufferCount() const; | 172 | u32 GetMixBufferCount() const; |
| 173 | u32 GetState() const; | 173 | Stream::State GetStreamState() const; |
| 174 | 174 | ||
| 175 | private: | 175 | private: |
| 176 | class VoiceState; | 176 | class VoiceState; |