Skip to content

GB_get_rom_title

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

Definition

void GB_get_rom_title(GB_gameboy_t *gb, char *title);

In gb.h

Description

TBD

Thread Safety

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

Clone this wiki locally