Skip to content

GB_get_oam_info

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

Definition

uint8_t GB_get_oam_info(GB_gameboy_t *gb, GB_oam_info_t *dest, uint8_t *object_height);

In display.h

Description

TBD

Thread Safety

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

Clone this wiki locally