Updated GB_random_set_enabled (markdown)

Lior Halphon 2024-11-26 21:52:40 +02:00
parent 2fb7e63a21
commit 4e636ad4e7
1 changed files with 4 additions and 0 deletions

@ -12,6 +12,10 @@ When an emulator instance is [[initialized|Instance Allocation]] or [[reset|GB_r
`GB_random_set_enabled` is thread-safe and can be called from any thread and context. `GB_random_set_enabled` is thread-safe and can be called from any thread and context.
## Notes
This setting is global, and will affect all emulator instances in the process.
## See Also ## See Also
* [[GB_random_seed]] * [[GB_random_seed]]