mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
(libretro) Fix firmware_is_present()
Forgot to add the last 'return true' statement.
This commit is contained in:
parent
a1aabb03dc
commit
661a2cb321
@ -108,6 +108,8 @@ static bool firmware_is_present(unsigned region)
|
||||
log_cb(RETRO_LOG_ERROR, "Firmware is missing:\n%s\n", bios_path);
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
static void extract_basename(char *buf, const char *path, size_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user