Merge pull request #146 from shadps4-emu/video_out/new_gpu_frontend

video_core: initial support for CE and ASC queues
This commit is contained in:
georgemoralis 2024-05-27 13:50:25 +03:00 committed by GitHub
commit 729e166cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 416 additions and 159 deletions

View file

@ -1447,7 +1447,9 @@ int PS4_SYSV_ABI sceGnmSubmitCommandBuffersForWorkload() {
int PS4_SYSV_ABI sceGnmSubmitDone() {
LOG_INFO(Lib_GnmDriver, "called");
submission_lock = true;
if (!liverpool->IsGpuIdle()) {
submission_lock = true;
}
return ORBIS_OK;
}