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