diff --git a/GB_set_clock_multiplier.md b/GB_set_clock_multiplier.md index a4726d5..914e430 100644 --- a/GB_set_clock_multiplier.md +++ b/GB_set_clock_multiplier.md @@ -6,8 +6,13 @@ In `gb.h` ## 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 `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]] \ No newline at end of file