From efe6e2221cc84535d32323a07fb8b99cadea6705 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 29 Nov 2024 13:27:23 +0200 Subject: [PATCH] Updated GB_get_save_state_size (markdown) --- GB_get_save_state_size.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_get_save_state_size.md b/GB_get_save_state_size.md index 38d2cee..229d612 100644 --- a/GB_get_save_state_size.md +++ b/GB_get_save_state_size.md @@ -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]]