Skip to content

GB_connect_printer

Lior Halphon edited this page Nov 24, 2024 · 1 revision

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).

Clone this wiki locally