From bbff377ceb5ee1e18632b53a3e22320111d85fcb Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 24 Jan 2023 14:30:09 +0100 Subject: [PATCH] maple: less log on dma error Fixes GameShark CDX log spam See MINIDUMP-5R --- core/hw/maple/maple_if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/maple/maple_if.cpp b/core/hw/maple/maple_if.cpp index 7de602f48..54b2884f7 100644 --- a/core/hw/maple/maple_if.cpp +++ b/core/hw/maple/maple_if.cpp @@ -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; }