Updated GB_load_rom (markdown)

Lior Halphon 2024-11-30 21:23:00 +02:00
parent 2e1705518b
commit 4a0524b355
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ In `gb.h`
## Description ## 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. 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.