Skip to content

GB_load_isx

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

Definition

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

In gb.h

Description

TBD

Thread Safety

GB_load_isx must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).

Clone this wiki locally