mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Warn on invalid AAC request
This commit is contained in:
parent
0490c6753f
commit
ad380b8c5a
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ namespace Audio {
|
||||||
|
|
||||||
std::memcpy(&request, raw.data(), sizeof(request));
|
std::memcpy(&request, raw.data(), sizeof(request));
|
||||||
handleAACRequest(request);
|
handleAACRequest(request);
|
||||||
|
} else {
|
||||||
|
Helpers::warn("Invalid size for AAC request");
|
||||||
}
|
}
|
||||||
|
|
||||||
// This pipe and interrupt are normally used for requests like AAC decode
|
// This pipe and interrupt are normally used for requests like AAC decode
|
||||||
|
|
Loading…
Add table
Reference in a new issue