diff options
| author | 2019-07-18 08:31:38 -0400 | |
|---|---|---|
| committer | 2019-07-18 08:31:38 -0400 | |
| commit | 3a3fee5abff816758ea5070d54ed8f6252dc451e (patch) | |
| tree | c045cf294bbbd57ca1c99833973301527e9fa5bf /src/video_core | |
| parent | Gl_Texture_Cache: Remove assert on component type in GetFormatTuple (diff) | |
| download | yuzu-3a3fee5abff816758ea5070d54ed8f6252dc451e.tar.gz yuzu-3a3fee5abff816758ea5070d54ed8f6252dc451e.tar.xz yuzu-3a3fee5abff816758ea5070d54ed8f6252dc451e.zip | |
MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.
This log was just to know which games used DMA. It's no longer
important.
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/engines/maxwell_dma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_dma.cpp b/src/video_core/engines/maxwell_dma.cpp index afb9578d0..758c154cb 100644 --- a/src/video_core/engines/maxwell_dma.cpp +++ b/src/video_core/engines/maxwell_dma.cpp | |||
| @@ -38,7 +38,7 @@ void MaxwellDMA::CallMethod(const GPU::MethodCall& method_call) { | |||
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | void MaxwellDMA::HandleCopy() { | 40 | void MaxwellDMA::HandleCopy() { |
| 41 | LOG_WARNING(HW_GPU, "Requested a DMA copy"); | 41 | LOG_TRACE(HW_GPU, "Requested a DMA copy"); |
| 42 | 42 | ||
| 43 | const GPUVAddr source = regs.src_address.Address(); | 43 | const GPUVAddr source = regs.src_address.Address(); |
| 44 | const GPUVAddr dest = regs.dst_address.Address(); | 44 | const GPUVAddr dest = regs.dst_address.Address(); |