Explorar el Código

vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.

bunnei hace 8 años
padre
commit
49e5de9f03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/hle/service/vi/vi.cpp

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

@@ -538,7 +538,7 @@ private:
             IGBPQueryResponseParcel response{value};
             ctx.WriteBuffer(response.Serialize());
         } else if (transaction == TransactionId::CancelBuffer) {
-            LOG_WARNING(Service_VI, "(STUBBED) called, transaction=CancelBuffer");
+            LOG_CRITICAL(Service_VI, "(STUBBED) called, transaction=CancelBuffer");
         } else {
             ASSERT_MSG(false, "Unimplemented");
         }