Added mfb_get_target_fps

This commit is contained in:
Carlos Aragones
2021-04-28 12:36:40 +02:00
parent cc79a85e3d
commit fb35e988ad
3 changed files with 17 additions and 4 deletions

View File

@ -68,6 +68,7 @@ const uint8_t * mfb_get_key_buffer(struct mfb_window *window); // O
// FPS
void mfb_set_target_fps(uint32_t fps);
unsigned mfb_get_target_fps();
bool mfb_wait_sync(struct mfb_window *window);
// Timer