From 4e636ad4e7d96c3a4441150aeeafbfabb02e776f Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Tue, 26 Nov 2024 21:52:40 +0200 Subject: [PATCH] Updated GB_random_set_enabled (markdown) --- GB_random_set_enabled.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GB_random_set_enabled.md b/GB_random_set_enabled.md index afb6d4c..75e4ad0 100644 --- a/GB_random_set_enabled.md +++ b/GB_random_set_enabled.md @@ -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. +## Notes + +This setting is global, and will affect all emulator instances in the process. + ## See Also * [[GB_random_seed]] \ No newline at end of file