mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
hot-fix: fix for incorrect asc qid
This commit is contained in:
parent
7b77393d09
commit
22dcacea6b
|
@ -544,7 +544,7 @@ void PS4_SYSV_ABI sceGnmDingDong(u32 gnm_vqid, u32 next_offs_dw) {
|
|||
.base_addr = base_addr,
|
||||
});
|
||||
}
|
||||
liverpool->SubmitAsc(vqid, acb_span);
|
||||
liverpool->SubmitAsc(gnm_vqid, acb_span);
|
||||
|
||||
*asc_queue.read_addr += acb_size;
|
||||
*asc_queue.read_addr %= asc_queue.ring_size_dw * 4;
|
||||
|
|
Loading…
Reference in a new issue