Skip to content
Snippets Groups Projects
Commit efc81797 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

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.
parent 8a1f9601
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment