diff --git a/content.c b/content.c index a5c61ca8e5..2aeca6d22a 100644 --- a/content.c +++ b/content.c @@ -104,6 +104,9 @@ static void patch_content(uint8_t **buf, ssize_t *size) return; } + if (!path_file_exists(patch_path)) + return; + RARCH_LOG("Found %s file in \"%s\", attempting to patch ...\n", patch_desc, patch_path);