From a0db18bb64a4215f77f4c1d794a12090ddb11cca Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Tue, 26 Nov 2024 00:09:56 +0200 Subject: [PATCH] Updated GB_get_clock_rate (markdown) --- GB_get_clock_rate.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_get_clock_rate.md b/GB_get_clock_rate.md index 419f5b2..1e840ca 100644 --- a/GB_get_clock_rate.md +++ b/GB_get_clock_rate.md @@ -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]] \ No newline at end of file