Skip to content
Snippets Groups Projects
Commit 3a3fee5a authored by Fernando Sahmkow's avatar Fernando Sahmkow
Browse files

MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace.

This log was just to know which games used DMA. It's no longer 
important.
parent d3b71ff8
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ void MaxwellDMA::CallMethod(const GPU::MethodCall& method_call) { ...@@ -38,7 +38,7 @@ void MaxwellDMA::CallMethod(const GPU::MethodCall& method_call) {
} }
void MaxwellDMA::HandleCopy() { void MaxwellDMA::HandleCopy() {
LOG_WARNING(HW_GPU, "Requested a DMA copy"); LOG_TRACE(HW_GPU, "Requested a DMA copy");
const GPUVAddr source = regs.src_address.Address(); const GPUVAddr source = regs.src_address.Address();
const GPUVAddr dest = regs.dst_address.Address(); const GPUVAddr dest = regs.dst_address.Address();
......
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