mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 00:17:56 -05:00
Added audren:u#GetAudioRendererState
This commit is contained in:
@ -72,6 +72,9 @@ public:
|
||||
/// Gets the number of channels
|
||||
u32 GetNumChannels() const;
|
||||
|
||||
/// Get the state
|
||||
u32 GetState() const;
|
||||
|
||||
private:
|
||||
/// Current state of the stream
|
||||
enum class State {
|
||||
|
Reference in New Issue
Block a user