Restore the bulk submission optimization for Steam Link

This commit is contained in:
Cameron Gutman
2019-05-01 22:31:52 -07:00
parent 21f2b1224a
commit e6a48481a5
3 changed files with 39 additions and 8 deletions
+3
View File
@@ -21,5 +21,8 @@ private:
CSLAudioContext* m_AudioContext;
CSLAudioStream* m_AudioStream;
char* m_AudioBuffer;
int m_AudioBufferSize;
int m_AudioBufferBytesFilled;
};