Updated GB_set_clock_multiplier (markdown)

Lior Halphon 2024-11-26 00:12:54 +02:00
parent 8d0fd8d45c
commit 313d8bd5cc
1 changed files with 6 additions and 1 deletions

@ -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]]