-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_get_save_state_size
Lior Halphon edited this page Nov 29, 2024
·
3 revisions
size_t GB_get_save_state_size(GB_gameboy_t *gb);
In save_state.h
Returns the save state size required by the emulator instance's current model and loaded ROM.
GB_get_save_state_size
is thread-safe and can be called from any thread and context.