Skip to content

Commit

Permalink
hot-fix: fix for incorrect asc qid
Browse files Browse the repository at this point in the history
  • Loading branch information
psucien committed Dec 7, 2024
1 parent c076ba6 commit 119e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/libraries/gnmdriver/gnmdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 119e03c

Please sign in to comment.