diff options
| -rw-r--r-- | src/core/hle/service/gsp_gpu.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp index d9a76ab1b..b03060ed3 100644 --- a/src/core/hle/service/gsp_gpu.cpp +++ b/src/core/hle/service/gsp_gpu.cpp | |||
| @@ -323,6 +323,9 @@ static void TriggerCmdReqQueue(Service::Interface* self) { | |||
| 323 | command_buffer->number_commands = command_buffer->number_commands - 1; | 323 | command_buffer->number_commands = command_buffer->number_commands - 1; |
| 324 | } | 324 | } |
| 325 | } | 325 | } |
| 326 | |||
| 327 | u32* cmd_buff = Service::GetCommandBuffer(); | ||
| 328 | cmd_buff[1] = 0; // No error | ||
| 326 | } | 329 | } |
| 327 | 330 | ||
| 328 | const Interface::FunctionInfo FunctionTable[] = { | 331 | const Interface::FunctionInfo FunctionTable[] = { |