mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-14 13:45:59 +00:00
equeue: sceGnmGetEqEventType/sceKernelGetEventData impl (#1839)
This commit is contained in:
parent
e40ede5db2
commit
f95803664b
4 changed files with 51 additions and 22 deletions
|
@ -85,7 +85,7 @@ int PS4_SYSV_ABI sceGnmGetCoredumpMode();
|
|||
int PS4_SYSV_ABI sceGnmGetCoredumpProtectionFaultTimestamp();
|
||||
int PS4_SYSV_ABI sceGnmGetDbgGcHandle();
|
||||
int PS4_SYSV_ABI sceGnmGetDebugTimestamp();
|
||||
int PS4_SYSV_ABI sceGnmGetEqEventType();
|
||||
int PS4_SYSV_ABI sceGnmGetEqEventType(const SceKernelEvent* ev);
|
||||
int PS4_SYSV_ABI sceGnmGetEqTimeStamp();
|
||||
int PS4_SYSV_ABI sceGnmGetGpuBlockStatus();
|
||||
u32 PS4_SYSV_ABI sceGnmGetGpuCoreClockFrequency();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue