Skip to content

GB_rewind_pop

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

Definition

bool GB_rewind_pop(GB_gameboy_t *gb);

In rewind.h

Description

TBD

Thread Safety

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

Clone this wiki locally