mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 15:39:59 +01: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();
|
system.perf_stats->EndGPUProcessing();
|
||||||
|
|
||||||
if (command.stop) {
|
if (command.stop) {
|
||||||
command_buffer->should_stop.Assign(1);
|
command_buffer->status.Assign(CommandBuffer::STATUS_STOPPED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user