1 GB_disconnect_serial
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

void GB_disconnect_serial(GB_gameboy_t *gb);

In gb.h

Description

TBD

Thread Safety

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