summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-08-14 19:21:55 +0200
committerGravatar Tony Wasserka2014-08-25 22:03:18 +0200
commit26ade98411c1d76540695f15378ff7f6b5388b1a (patch)
treedb1b6eba40bacdc049d4c3c668ee875b209c73ac /src/core
parentPica/CommandProcessor: Implement parameter masking. (diff)
downloadyuzu-26ade98411c1d76540695f15378ff7f6b5388b1a.tar.gz
yuzu-26ade98411c1d76540695f15378ff7f6b5388b1a.tar.xz
yuzu-26ade98411c1d76540695f15378ff7f6b5388b1a.zip
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/gsp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/gsp.cpp b/src/core/hle/service/gsp.cpp
index 027ba5a37..46c5a8ddd 100644
--- a/src/core/hle/service/gsp.cpp
+++ b/src/core/hle/service/gsp.cpp
@@ -230,11 +230,6 @@ void ExecuteCommand(const Command& command, u32 thread_id) {
230 // TODO: Not sure if we are supposed to always write this .. seems to trigger processing though 230 // TODO: Not sure if we are supposed to always write this .. seems to trigger processing though
231 WriteGPURegister(GPU_REG_INDEX(command_processor_config.trigger), 1); 231 WriteGPURegister(GPU_REG_INDEX(command_processor_config.trigger), 1);
232 232
233 // TODO: Move this to GPU
234 // TODO: Not sure what units the size is measured in
235 g_debugger.CommandListCalled(params.address,
236 (u32*)Memory::GetPointer(params.address),
237 params.size);
238 SignalInterrupt(InterruptId::P3D); 233 SignalInterrupt(InterruptId::P3D);
239 break; 234 break;
240 } 235 }