mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_get_clock_rate (markdown)
parent
14bbcc07aa
commit
a0db18bb64
|
@ -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]]
|
Loading…
Reference in New Issue