Skip to content

GB_get_save_state_size

Lior Halphon edited this page Nov 29, 2024 · 3 revisions

Definition

size_t GB_get_save_state_size(GB_gameboy_t *gb);

In save_state.h

Description

Returns the save state size required by the emulator instance's current model and loaded ROM.

Thread Safety

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

See Also

Clone this wiki locally