mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_load_rom_from_buffer (markdown)
parent
51ca3049d6
commit
14bbcc07aa
|
@ -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]]
|
Loading…
Reference in New Issue