From 602c8066d21abf05ed27ce6aedc182c6f593ab9f Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 29 Nov 2024 18:09:48 +0200 Subject: [PATCH] Updated GB_set_clock_multiplier (markdown) --- GB_set_clock_multiplier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GB_set_clock_multiplier.md b/GB_set_clock_multiplier.md index 914e430..4aafccc 100644 --- a/GB_set_clock_multiplier.md +++ b/GB_set_clock_multiplier.md @@ -10,7 +10,7 @@ Controls overclocking and underclocking of the emulator instance by multiplying ## Thread Safety -`GB_set_clock_multiplier` is thread-safe and can be called from any thread and context. +`GB_set_clock_multiplier` must not be called if the instance is being run in another thread, but may be called from the current one (via a callback). ## See Also