소스 검색

GSP: Downgrade log severity of SetAxiConfigQoSMode

This function doesn't need to do anything for HLE and some games call it
quite often, spamming up the logs.
Yuri Kunde Schlesner 9 년 전
부모
커밋
efc8179747
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/hle/service/gsp_gpu.cpp

+ 1 - 1
src/core/hle/service/gsp_gpu.cpp

@@ -346,7 +346,7 @@ static void SetAxiConfigQoSMode(Service::Interface* self) {
 
     cmd_buff[1] = RESULT_SUCCESS.raw; // No error
 
-    LOG_WARNING(Service_GSP, "(STUBBED) called mode=0x%08X", mode);
+    LOG_DEBUG(Service_GSP, "(STUBBED) called mode=0x%08X", mode);
 }
 
 /**