-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_get_joyp_accessed
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
bool GB_get_joyp_accessed(GB_gameboy_t *gb);
In joypad.h
Return true
if the JOYP/P1 register was read, directly (via a memory read) or indirectly (via the joypad interrupt) since the last time GB_clear_joyp_accessed was called.
GB_get_joyp_accessed
is thread-safe and can be called from any thread and context.