mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_save_battery_size (markdown)
parent
8d877b6bbe
commit
adf377b32c
|
@ -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]]
|
Loading…
Reference in New Issue