[GSP] Set correct stop flag (#1199)
This commit is contained in:
parent
e24f8da113
commit
4447a5c9f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue