Updated GB_get_clock_rate (markdown)

Lior Halphon 2024-11-26 00:09:56 +02:00
parent 14bbcc07aa
commit a0db18bb64
1 changed files with 6 additions and 1 deletions

@ -6,8 +6,13 @@ In `gb.h`
## Description
TBD
Returns the current clock rate of the emulator instance, in Hertz. The value returned by this function is affected by the [[clock multiplier|GB_set_clock_multiplier]].
## Thread Safety
`GB_get_clock_rate` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_set_clock_multiplier]]
* [[GB_get_unmultiplied_clock_rate]]