Fix DVD command sizes

This commit is contained in:
PJB3005
2026-03-12 14:08:58 +01:00
parent 29b316f8ae
commit 18a63d06bd
2 changed files with 4 additions and 4 deletions
@@ -99,7 +99,7 @@ bool JASWaveArc::sendLoadCmd() {
_5a++;
if (JASDvd::getThreadPointer()->sendCmdMsg(loadToAramCallback, &commandInfo, 0x10) == 0) {
if (JASDvd::getThreadPointer()->sendCmdMsg(loadToAramCallback, &commandInfo, sizeof(commandInfo)) == 0) {
JUT_WARN(193, "%s", "sendCmdMsg loadToAramCallback Failed");
mHeap.free();
return false;