mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_get_state_model_from_buffer (markdown)
parent
e9e8c358f2
commit
b05ede54b5
|
@ -6,7 +6,7 @@ In `save_state.h`
|
|||
|
||||
## Description
|
||||
|
||||
Retrieves the [[model|GB_model_t]] used by a a save state file stored in `buffer` with size `length`. Populates `model` and returns 0 on success. Returns a positive `EIO` if the buffer is not large enough, and -1 on other failures.
|
||||
Retrieves the [[model|GB_model_t]] used by a a save state file stored in `buffer` with size `length`. Populates `model` and returns 0 on success. Returns `EIO` if the buffer is not large enough, and -1 on other failures.
|
||||
|
||||
## Thread Safety
|
||||
|
||||
|
|
Loading…
Reference in New Issue