mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 04:58:02 -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