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
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;
}