Updated GB_get_save_state_size (markdown)

Lior Halphon 2024-11-29 13:27:23 +02:00
parent 1a2b4ca805
commit efe6e2221c
1 changed files with 6 additions and 1 deletions

@ -6,8 +6,13 @@ In `save_state.h`
## Description ## Description
TBD Returns the save state size required by the emulator instance's current [[model|GB_model_t] and loaded ROM.
## Thread Safety ## Thread Safety
`GB_get_save_state_size` is thread-safe and can be called from any thread and context. `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]]