Skip to content

GB_save_state

Lior Halphon edited this page Nov 24, 2024 · 3 revisions

Definition

int GB_save_state(GB_gameboy_t *gb, const char *path);

In save_state.h

Description

TBD

Thread Safety

GB_save_state must not be called if the instance is being run in any thread, including the current one (via a callback).

Clone this wiki locally