Logging for XMPCaptureOutput in #140.

This commit is contained in:
Ben Vanik 2015-02-11 09:55:13 -08:00
parent 90e489527a
commit dbe9b25a65
1 changed files with 6 additions and 0 deletions

View File

@ -432,6 +432,12 @@ X_RESULT XXMPApp::DispatchMessageSync(uint32_t message, uint32_t buffer_ptr,
poly::store_and_swap<uint32_t>(membase_ + size_ptr, song_count * 128);
return X_ERROR_SUCCESS;
}
case 0x0007003D: {
// XMPCaptureOutput - not sure how this works :/
XELOGD("XMPCaptureOutput(...)");
assert_always("XMP output not unimplemented");
return X_ERROR_INVALID_PARAMETER;
}
}
XELOGE("Unimplemented XMsg message app=%.8X, msg=%.8X, arg1=%.8X, arg2=%.8X",
app_id(), message, buffer_ptr, buffer_length);