-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_set_clock_multiplier
Lior Halphon edited this page Nov 30, 2024
·
5 revisions
void GB_set_clock_multiplier(GB_gameboy_t *gb, double multiplier);
In gb.h
Controls overclocking and underclocking of the emulator instance by multiplying its clock rate by a given factor. The clock rate can be reset back to its default value by calling this function with 1.0
as the multiplier
argument.
GB_set_clock_multiplier
is thread-safe and can be called from any thread and context.