From 2b8b4225cb221afb62c9afa94dc575e6f6301ef7 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Sun, 21 Sep 2014 15:04:22 -0700 Subject: [PATCH] removed the extra line --- src/core/hle/service/gsp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/gsp.cpp b/src/core/hle/service/gsp.cpp index d7b6fbc35..aa5bf7d32 100644 --- a/src/core/hle/service/gsp.cpp +++ b/src/core/hle/service/gsp.cpp @@ -463,7 +463,6 @@ void ExecuteCommand(const Command& command, u32 thread_id) { } } - /// This triggers handling of the GX command written to the command buffer in shared memory. void TriggerCmdReqQueue(Service::Interface* self) {