[GSP] Set correct stop flag (#1199)

This commit is contained in:
Nikki 2025-06-29 13:09:03 +02:00 committed by GitHub
parent e24f8da113
commit 4447a5c9f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}
}