-
-
Notifications
You must be signed in to change notification settings - Fork 217
GB_connect_printer
Lior Halphon edited this page Nov 24, 2024
·
1 revision
void GB_connect_printer(GB_gameboy_t *gb, GB_print_image_callback_t callback, GB_printer_done_callback_t done_callback);
In printer.h
TBD
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).