mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-27 22:06:39 -06:00
[GSP] Set correct stop flag (#1199)
This commit is contained in:
parent
e24f8da113
commit
4447a5c9f2
@ -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…
Reference in New Issue
Block a user