Updated GB_load_rom_from_buffer (markdown)

Lior Halphon 2024-11-26 00:06:50 +02:00
parent 51ca3049d6
commit 14bbcc07aa
1 changed files with 6 additions and 1 deletions

@ -6,8 +6,13 @@ In `gb.h`
## Description
TBD
Loads ROM data into an emulator instance. Warning messages may be output to the [[log|GB_set_log_callback]] upon loading.
## Thread Safety
`GB_load_rom_from_buffer` must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).
## See Also
* [[GB_load_rom]]
* [[GB_load_gbs_from_buffer]]