Revert 313d8bd5cc829a2275c61ab7ad64710b540990bd...602c8066d21abf05ed27ce6aedc182c6f593ab9f on GB_set_clock_multiplier

Lior Halphon 2024-11-30 00:48:05 +02:00
parent 602c8066d2
commit b18a4716d9
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 ## Thread Safety
`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). `GB_set_clock_multiplier` is thread-safe and can be called from any thread and context.
## See Also ## See Also