mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +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;
|
*asc_queue.read_addr %= asc_queue.ring_size_dw * 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceGnmDingDongForWorkload() {
|
void PS4_SYSV_ABI sceGnmDingDongForWorkload(u32 gnm_vqid, u32 next_offs_dw) {
|
||||||
LOG_ERROR(Lib_GnmDriver, "(STUBBED) called");
|
sceGnmDingDong(gnm_vqid, next_offs_dw);
|
||||||
return ORBIS_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceGnmDisableMipStatsReport() {
|
int PS4_SYSV_ABI sceGnmDisableMipStatsReport() {
|
||||||
|
Loading…
Reference in New Issue
Block a user