Fix Travis and the build

This commit is contained in:
DrChat 2017-12-23 17:42:40 -06:00
parent 079e0e058e
commit 1b038125a1
3 changed files with 8 additions and 10 deletions

View File

@ -300,8 +300,6 @@ void XmaContext::DecodePackets(XMA_CONTEXT_DATA* data) {
return;
}
assert_zero(data->unk_dword_9);
// XAudio Loops
// loop_count:
// - XAUDIO2_MAX_LOOP_COUNT = 254

View File

@ -78,8 +78,8 @@ X_RESULT XgiApp::DispatchMessageSync(uint32_t message, uint32_t buffer_ptr,
return X_STATUS_SUCCESS;
}
case 0x000B0011: {
}
// TODO(DrChat): Figure out what this is again
} break;
case 0x000B0012: {
assert_true(buffer_length == 0x14);
uint32_t session_ptr = xe::load_and_swap<uint32_t>(buffer + 0x0);