mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 02:24:38 +00:00
fix microphone
This commit is contained in:
parent
32f643ca95
commit
84e8c2c884
@ -33,7 +33,7 @@ private:
|
|||||||
uint32_t freq = 0;
|
uint32_t freq = 0;
|
||||||
int channels_num = 0;
|
int channels_num = 0;
|
||||||
int sample_size = 0;
|
int sample_size = 0;
|
||||||
uint32_t format;
|
uint32_t format = 0;
|
||||||
SDL_AudioStream* stream = nullptr;
|
SDL_AudioStream* stream = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user