From 1b636d697c15d27c73869b22d77f938012bd6c41 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 21:33:58 +0200 Subject: [PATCH] Updated GB_load_gbs_from_buffer (markdown) --- GB_load_gbs_from_buffer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GB_load_gbs_from_buffer.md b/GB_load_gbs_from_buffer.md index 3d155fa..674d08f 100644 --- a/GB_load_gbs_from_buffer.md +++ b/GB_load_gbs_from_buffer.md @@ -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