mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_load_boot_rom_from_buffer (markdown)
parent
6c5a0d508f
commit
5c8368c11f
|
@ -6,8 +6,13 @@ In `gb.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Loads a boot ROM from a file into an emulator instance. If you're not using [[GB_set_boot_rom_load_callback]], this function (or [[GB_load_boot_rom]]) must be called with a boot ROM compatible with the currently selected [[model|GB_model_t]] before [[running|GB_run]] the instance.
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_load_boot_rom_from_buffer` is thread-safe and can be called from any thread and context.
|
`GB_load_boot_rom_from_buffer` is thread-safe and can be called from any thread and context.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
* [[GB_set_boot_rom_load_callback]]
|
||||||
|
* [[GB_load_boot_rom]]
|
Loading…
Reference in New Issue