From 4a0524b355754c923e22874b35e1427e07901d3d Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 21:23:00 +0200 Subject: [PATCH] Updated GB_load_rom (markdown) --- GB_load_rom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GB_load_rom.md b/GB_load_rom.md index 65e3a1f..d4ba8b6 100644 --- a/GB_load_rom.md +++ b/GB_load_rom.md @@ -6,7 +6,7 @@ In `gb.h` ## Description -Loads a ROM file into an emulator instance. Returns 0 on success, a positive `errno` value on a POSIX failure, and `-1` on other failures. +Loads a ROM file into an emulator instance. Returns `0` on success, a positive `errno` value on a POSIX failure, and `-1` on other failures. In case of a failure, an error message will also be output to the [[log|GB_set_log_callback]]. Warning messages may be output to the [[log|GB_set_log_callback]] upon success.