summaryrefslogtreecommitdiff
path: root/src/audio_core/voice_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_core/voice_context.h')
-rw-r--r--src/audio_core/voice_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/voice_context.h b/src/audio_core/voice_context.h
index b1d554766..13b0a7f0f 100644
--- a/src/audio_core/voice_context.h
+++ b/src/audio_core/voice_context.h
@@ -101,8 +101,6 @@ struct VoiceState {
101 u32 external_context_size{}; 101 u32 external_context_size{};
102 bool is_external_context_used{}; 102 bool is_external_context_used{};
103 bool voice_dropped{}; 103 bool voice_dropped{};
104 // TODO(ogniK): Hack until ADPCM streaming is implemented
105 std::vector<s16> adpcm_samples{};
106}; 104};
107 105
108class VoiceChannelResource { 106class VoiceChannelResource {