-
-
Notifications
You must be signed in to change notification settings - Fork 217
GB_save_battery_size
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
int GB_save_battery_size(GB_gameboy_t *gb);
In gb.h
Returns the battery-backed save size required by the emulator instance's currently loaded ROM, which may be 0. This function is used with GB_save_battery_to_buffer.
GB_save_battery_size
is thread-safe and can be called from any thread and context.