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

Definition

void GB_log(GB_gameboy_t *gb, const char *fmt, ...) __printflike(2, 3);

In gb.h

Description

TBD

Thread Safety

GB_log is thread-safe and can be called from any thread and context.

Clone this wiki locally