We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int GB_save_state(GB_gameboy_t *gb, const char *path);
In save_state.h
save_state.h
TBD
GB_save_state must not be called if the instance is being run in any thread, including the current one (via a callback).
GB_save_state