Updated GB_get_unmultiplied_clock_rate (markdown)

Lior Halphon 2024-11-26 00:10:44 +02:00
parent a0db18bb64
commit 8d0fd8d45c
1 changed files with 6 additions and 1 deletions

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