Updated GB_save_battery_size (markdown)

Lior Halphon 2024-11-29 14:12:28 +02:00
parent 8d877b6bbe
commit adf377b32c
1 changed files with 6 additions and 1 deletions

@ -6,8 +6,13 @@ In `gb.h`
## Description
TBD
Returns the battery-backed save size required by the emulator instance's currently loaded ROM, which may be 0. For use with [[GB_save_battery_to_buffer]].
## Thread Safety
`GB_save_battery_size` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_save_battery_to_buffer]]