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.