Speeding up inner loop.

This commit is contained in:
Ben Vanik
2015-05-29 17:05:43 -07:00
parent f54dbe52c2
commit 0a83b49744
2 changed files with 40 additions and 37 deletions

View File

@@ -341,8 +341,6 @@ void AudioSystem::ProcessXmaContext(XMAContext& context, XMAContextData& data) {
: nullptr;
uint8_t* out = memory()->TranslatePhysical(data.output_buffer_ptr);
assert(!in1);
// What I see:
// XMA outputs 2 bytes per sample
// 512 samples per frame (128 per subframe)