From 8d0fd8d45cb79ac815109a804d1bfca2d464c9c3 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Tue, 26 Nov 2024 00:10:44 +0200 Subject: [PATCH] Updated GB_get_unmultiplied_clock_rate (markdown) --- GB_get_unmultiplied_clock_rate.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_get_unmultiplied_clock_rate.md b/GB_get_unmultiplied_clock_rate.md index 5a3ab9a..6f0b9aa 100644 --- a/GB_get_unmultiplied_clock_rate.md +++ b/GB_get_unmultiplied_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 not affected by the [[clock multiplier|GB_set_clock_multiplier]]. ## Thread Safety `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]] \ No newline at end of file