diff --git a/src/core/hle/service/gsp/gsp_gpu.cpp b/src/core/hle/service/gsp/gsp_gpu.cpp index 72dce9804..dc33488b4 100644 --- a/src/core/hle/service/gsp/gsp_gpu.cpp +++ b/src/core/hle/service/gsp/gsp_gpu.cpp @@ -444,7 +444,7 @@ void GSP_GPU::TriggerCmdReqQueue(Kernel::HLERequestContext& ctx) { system.perf_stats->EndGPUProcessing(); if (command.stop) { - command_buffer->should_stop.Assign(1); + command_buffer->status.Assign(CommandBuffer::STATUS_STOPPED); } }