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

Definition

void GB_connect_printer(GB_gameboy_t *gb, GB_print_image_callback_t callback, GB_printer_done_callback_t done_callback);

In printer.h

Description

TBD

Thread Safety

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