3 GB_get_save_state_size
Lior Halphon edited this page 2024-11-29 14:06:48 +02:00

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