Updated GB_set_clock_multiplier (markdown)

Lior Halphon 2024-11-29 18:09:48 +02:00
parent 6678678cb6
commit 602c8066d2
1 changed files with 1 additions and 1 deletions

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