mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_load_gbs_from_buffer (markdown)
parent
dab9c81a0d
commit
1b636d697c
|
@ -12,8 +12,7 @@ In case of a failure, an error message will also be output to the [[log|GB_set_l
|
|||
|
||||
Upon success, and if `info` is not `NULL`, the [[GB_gbs_info_t]] struct pointed by `info` will be filled with metadata from the GBS file.
|
||||
|
||||
The emulator instance will play the first track of the GBS file. To play another track, call [[GB_gbs_switch_track]].
|
||||
|
||||
After loading a GBS file, you must call [[GB_gbs_switch_track]] to specify the track to play. See [[GB_gbs_switch_track]] for more information.
|
||||
|
||||
## Thread Safety
|
||||
|
||||
|
|
Loading…
Reference in New Issue