mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 09:32:33 -07:00
audio_core: Use s16 where possible for audio samples.
This commit is contained in:
@@ -69,9 +69,6 @@ public:
|
||||
/// Gets the number of channels
|
||||
u32 GetNumChannels() const;
|
||||
|
||||
/// Gets the sample size in bytes
|
||||
u32 GetSampleSize() const;
|
||||
|
||||
private:
|
||||
/// Current state of the stream
|
||||
enum class State {
|
||||
|
Reference in New Issue
Block a user