maple: less log on dma error

Fixes GameShark CDX log spam
See MINIDUMP-5R
This commit is contained in:
Flyinghead 2023-01-24 14:30:09 +01:00
parent f8372c51a7
commit bbff377ceb
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static void maple_DoDma()
#else
if (GetMemPtr(header_2, 1) == nullptr)
{
WARN_LOG(MAPLE, "DMA Error: destination not in system ram: %x", header_2);
INFO_LOG(MAPLE, "DMA Error: destination not in system ram: %x", header_2);
#endif
header_2 = 0;
}