Explorar o código

DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)

Maribel %!s(int64=10) %!d(string=hai) anos
pai
achega
5c8beca792
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/hle/service/dsp_dsp.cpp

+ 2 - 2
src/core/hle/service/dsp_dsp.cpp

@@ -440,9 +440,9 @@ static void GetHeadphoneStatus(Service::Interface* self) {
 
     cmd_buff[0] = IPC::MakeHeader(0x1F, 2, 0);
     cmd_buff[1] = RESULT_SUCCESS.raw; // No error
-    cmd_buff[2] = 0; // Not using headphones?
+    cmd_buff[2] = 0; // Not using headphones
 
-    LOG_WARNING(Service_DSP, "(STUBBED) called");
+    LOG_DEBUG(Service_DSP, "called");
 }
 
 /**