Expose timer performance counter and clock rate functions

This commit is contained in:
2026-05-10 23:42:13 +02:00
parent 6b14f31107
commit 897d9d4099
3 changed files with 48 additions and 0 deletions

View File

@@ -6,12 +6,14 @@
@ fastcall ExReInitializeRundownProtection(ptr)
@ fastcall ExReleaseRundownProtection(ptr)
@ fastcall ExWaitForRundownProtectionRelease(ptr)
@ stdcall HlQueryPerformanceCounter(ptr)
@ cdecl HlReadPort8(ptr)
@ cdecl HlReadPort16(ptr)
@ cdecl HlReadPort32(ptr)
@ stdcall HlReadRegister8(ptr)
@ stdcall HlReadRegister16(ptr)
@ stdcall HlReadRegister32(ptr)
@ stdcall HlSetClockRate(long)
@ cdecl HlWritePort8(ptr long)
@ cdecl HlWritePort16(ptr long)
@ cdecl HlWritePort32(ptr long)