3 GB_get_unmultiplied_clock_rate
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

Definition

uint32_t GB_get_unmultiplied_clock_rate(GB_gameboy_t *gb);

In gb.h

Description

Returns the current clock rate of the emulator instance, in Hertz. The value returned by this function is not affected by the clock multiplier.

Thread Safety

GB_get_unmultiplied_clock_rate is thread-safe and can be called from any thread and context.

See Also