mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 21:42:33 -07:00
adpcm streaming
This commit is contained in:
@@ -101,8 +101,6 @@ struct VoiceState {
|
||||
u32 external_context_size{};
|
||||
bool is_external_context_used{};
|
||||
bool voice_dropped{};
|
||||
// TODO(ogniK): Hack until ADPCM streaming is implemented
|
||||
std::vector<s16> adpcm_samples{};
|
||||
};
|
||||
|
||||
class VoiceChannelResource {
|
||||
|
Reference in New Issue
Block a user