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

Definition

void GB_draw_tilemap(GB_gameboy_t *gb, uint32_t *dest, GB_palette_type_t palette_type, uint8_t palette_index, GB_map_type_t map_type, GB_tileset_type_t tileset_type);

In display.h

Description

TBD

Thread Safety

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