mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Better no log at all than showing a false log
This false message has been like foreve. Nobody seems interested in updating "small and minor" things. so lets just remove this....
This commit is contained in:
parent
a4144dfe9b
commit
ce27e986e9
@ -528,9 +528,6 @@ static bool apply_patch_content(uint8_t **buf,
|
||||
|
||||
if (err == PATCH_SUCCESS)
|
||||
{
|
||||
RARCH_LOG("%s (%s).\n",
|
||||
msg_hash_to_str(MSG_FATAL_ERROR_RECEIVED_IN),
|
||||
patch_desc);
|
||||
free(ret_buf);
|
||||
*buf = patched_content;
|
||||
*size = target_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user