Skip to content

GB_draw_tileset

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

Definition

typedef enum {
    GB_TILESET_AUTO,
    GB_TILESET_8800,
    GB_TILESET_8000,
} GB_tileset_type_t;

void GB_draw_tileset(GB_gameboy_t *gb, uint32_t *dest, GB_palette_type_t palette_type, uint8_t palette_index);

In display.h

Description

TBD

Thread Safety

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

Clone this wiki locally