Updated GB_set_rendering_disabled (markdown)

Lior Halphon 2024-11-26 22:10:37 +02:00
parent 6368d41c67
commit da7a66d8ae
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ In `gb.h`
## Description
TBD
Call this function with `true` to disable video output in an emulator instance. This will make the [[run loop|GB_run]] of the emulator instance consume less CPU usage, and it's useful in scenarios where you don't need video output (e.g. sound-only applications or automations).
## Thread Safety