diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp index 710e0e485..78cb761be 100644 --- a/src/core/hle/service/gsp_gpu.cpp +++ b/src/core/hle/service/gsp_gpu.cpp | |||
| @@ -346,7 +346,7 @@ static void SetAxiConfigQoSMode(Service::Interface* self) { | |||
| 346 | 346 | ||
| 347 | cmd_buff[1] = RESULT_SUCCESS.raw; // No error | 347 | cmd_buff[1] = RESULT_SUCCESS.raw; // No error |
| 348 | 348 | ||
| 349 | LOG_WARNING(Service_GSP, "(STUBBED) called mode=0x%08X", mode); | 349 | LOG_DEBUG(Service_GSP, "(STUBBED) called mode=0x%08X", mode); |
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | /** | 352 | /** |