mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 23:42:43 +00:00
implement sceGnmDingDongForWorkload
This commit is contained in:
parent
61ace7b1b7
commit
feec8f3bcd
@ -559,9 +559,8 @@ void PS4_SYSV_ABI sceGnmDingDong(u32 gnm_vqid, u32 next_offs_dw) {
|
||||
*asc_queue.read_addr %= asc_queue.ring_size_dw * 4;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceGnmDingDongForWorkload() {
|
||||
LOG_ERROR(Lib_GnmDriver, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
void PS4_SYSV_ABI sceGnmDingDongForWorkload(u32 gnm_vqid, u32 next_offs_dw) {
|
||||
sceGnmDingDong(gnm_vqid, next_offs_dw);
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI sceGnmDisableMipStatsReport() {
|
||||
|
Loading…
Reference in New Issue
Block a user