mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Things that happen 98% of the time shouldn't be warnings.
This commit is contained in:
parent
fbb8256780
commit
20662ad77d
2
patch.c
2
patch.c
@ -572,6 +572,6 @@ void patch_content(uint8_t **buf, ssize_t *size)
|
||||
|
||||
if (!try_ips_patch(buf, size) && !try_bps_patch(buf, size) && !try_ups_patch(buf, size))
|
||||
{
|
||||
RARCH_WARN("Did not find a valid content patch.\n");
|
||||
RARCH_LOG("Did not find a valid content patch.\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user