This commit is contained in:
twinaphex 2017-05-14 05:02:17 +02:00
parent fe56e4ffea
commit 2df6b201da
1 changed files with 9 additions and 11 deletions

View File

@ -334,7 +334,6 @@ static bool load_content_into_memory(
/* Attempt to apply a patch. */
if (!content_ctx->patch_is_blocked)
{
patch_content(
content_ctx->is_ips_pref,
content_ctx->is_bps_pref,
@ -344,7 +343,6 @@ static bool load_content_into_memory(
content_ctx->name_ups,
(uint8_t**)&ret_buf,
(void*)length);
}
content_rom_crc = encoding_crc32(0, ret_buf, *length);