mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-03 18:34:17 +01:00
Submit after Maxwell3D Semaphore Release
Any semaphore releases are implicit synchronization events that can be utilized by the guest to pick up that the GPU has executed till a certain point and therefore we must submit all prior work accordingly.
This commit is contained in:
parent
b77da1182f
commit
88fd491ed5
@ -690,6 +690,7 @@ namespace skyline::soc::gm20b::engine::maxwell3d {
|
||||
|
||||
switch (info.op) {
|
||||
case type::SemaphoreInfo::Op::Release:
|
||||
channelCtx.executor.Submit();
|
||||
WriteSemaphoreResult(registers.semaphore->payload);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user