mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +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();
|
||||
|
||||
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