Skip to content

Commit

Permalink
Avoid error on menu command bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfi1 committed Sep 5, 2024
1 parent 5602465 commit 2d5e48b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/HW/EXI_DeviceSlippi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3229,6 +3229,7 @@ void CEXISlippi::DMAWrite(u32 _uAddr, u32 _uSize)
{
m_slippiserver->write(&memPtr[0], _uSize);
g_needInputForFrame = true;
return;
}

INFO_LOG(EXPANSIONINTERFACE, "EXI SLIPPI DMAWrite: addr: 0x%08x size: %d, bufLoc:[%02x %02x %02x %02x %02x]",
Expand Down

0 comments on commit 2d5e48b

Please sign in to comment.