mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_clock_multiplier (markdown)
parent
8d0fd8d45c
commit
313d8bd5cc
|
@ -6,8 +6,13 @@ In `gb.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Controls overclocking and underclocking of the emulator instance by multiplying its clock rate by a given factor. The clock rate can be reset back to its default value by calling this function with `1.0` as the `multiplier` argument.
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_set_clock_multiplier` is thread-safe and can be called from any thread and context.
|
`GB_set_clock_multiplier` is thread-safe and can be called from any thread and context.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
* [[GB_get_clock_rate]]
|
||||||
|
* [[GB_get_unmultiplied_clock_rate]]
|
Loading…
Reference in New Issue