From 9daf072c7d068ed7ffb1d2eba731bae3ad22301c Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 23:24:08 +0200 Subject: [PATCH] Updated GB_run_frame (markdown) --- GB_run_frame.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_run_frame.md b/GB_run_frame.md index 5217ade..cb4e7ca 100644 --- a/GB_run_frame.md +++ b/GB_run_frame.md @@ -6,8 +6,13 @@ In `gb.h` ## Description -TBD +Runs an emulator instance until a [[vblank callback|GB_set_vblank_callback]] is called. Returns the number of time passed, in units of 8MHz (8,388,608Hz) ticks. Unlike [[GB_run]], this function does not handle time keeping, and will not sleep. ## Thread Safety `GB_run_frame` must not be called if the instance is being run in any thread, including the current one (via a callback). + +## See Also + +* [[GB_run]] +* [[GB_set_vblank_callback]] \ No newline at end of file