summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_gpu.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2015-01-10 22:07:50 +0100
committerarchshift <admin@archshift.com>2015-01-10 23:32:10 +0100
commit228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch)
treeb965681736fca204e49ea6f2c130409814c3006a /src/core/hle/service/gsp_gpu.cpp
parentMerge pull request #458 from yuriks/cmake-debug (diff)
downloadyuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.gz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.bz2
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.lz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.xz
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.tar.zst
yuzu-228843c43e21ce4d3ca5fe0adc96fcb34505446b.zip
Diffstat (limited to 'src/core/hle/service/gsp_gpu.cpp')
-rw-r--r--src/core/hle/service/gsp_gpu.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp
index 26a43217e..2b115240f 100644
--- a/src/core/hle/service/gsp_gpu.cpp
+++ b/src/core/hle/service/gsp_gpu.cpp
@@ -331,9 +331,6 @@ static void ExecuteCommand(const Command& command, u32 thread_id) {
/// This triggers handling of the GX command written to the command buffer in shared memory.
static void TriggerCmdReqQueue(Service::Interface* self) {
-
- LOG_TRACE(Service_GSP, "called");
-
// Iterate through each thread's command queue...
for (unsigned thread_id = 0; thread_id < 0x4; ++thread_id) {
CommandBuffer* command_buffer = (CommandBuffer*)GetCommandBuffer(thread_id);