mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_get_save_state_size (markdown)
parent
1a2b4ca805
commit
efe6e2221c
|
@ -6,8 +6,13 @@ In `save_state.h`
|
|||
|
||||
## Description
|
||||
|
||||
TBD
|
||||
Returns the save state size required by the emulator instance's current [[model|GB_model_t] and loaded ROM.
|
||||
|
||||
## Thread Safety
|
||||
|
||||
`GB_get_save_state_size` is thread-safe and can be called from any thread and context.
|
||||
|
||||
## See Also
|
||||
|
||||
* [[GB_save_state_to_buffer]]
|
||||
* [[GB_load_state_from_buffer]]
|
||||
|
|
Loading…
Reference in New Issue