diff options
| author | 2018-09-23 16:25:12 -0400 | |
|---|---|---|
| committer | 2018-09-23 16:25:12 -0400 | |
| commit | d373a65d260f408cb6d009369f4685d546ece888 (patch) | |
| tree | 2739eb47a2b8617334297f389a07ca02f9993a0d /src/audio_core/stream.h | |
| parent | Merge pull request #1392 from greggameplayer/correct-BC6H (diff) | |
| parent | Added audren:u#GetAudioRendererState (diff) | |
| download | yuzu-d373a65d260f408cb6d009369f4685d546ece888.tar.gz yuzu-d373a65d260f408cb6d009369f4685d546ece888.tar.xz yuzu-d373a65d260f408cb6d009369f4685d546ece888.zip | |
Merge pull request #1391 from ogniK5377/GetAudioRendererState
Added audren:u#GetAudioRendererState
Diffstat (limited to 'src/audio_core/stream.h')
| -rw-r--r-- | src/audio_core/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio_core/stream.h b/src/audio_core/stream.h index 27db1112f..43eca74e1 100644 --- a/src/audio_core/stream.h +++ b/src/audio_core/stream.h | |||
| @@ -72,6 +72,9 @@ public: | |||
| 72 | /// Gets the number of channels | 72 | /// Gets the number of channels |
| 73 | u32 GetNumChannels() const; | 73 | u32 GetNumChannels() const; |
| 74 | 74 | ||
| 75 | /// Get the state | ||
| 76 | u32 GetState() const; | ||
| 77 | |||
| 75 | private: | 78 | private: |
| 76 | /// Current state of the stream | 79 | /// Current state of the stream |
| 77 | enum class State { | 80 | enum class State { |