Loader: Change ips patch location to ease patch distribution

This commit is contained in:
Michael Scire 2018-07-29 11:27:19 -07:00
parent e697f6bdd0
commit 44e2412ae6
3 changed files with 7 additions and 7 deletions

View file

@ -285,7 +285,7 @@ Result NsoUtils::LoadNsosIntoProcessMemory(Handle process_h, u64 title_id, NsoLo
std::fill(map_base + bss_base, map_base + bss_base + bss_size, 0);
/* Apply patches to loaded module. */
PatchUtils::ApplyPatches(title_id, &g_nso_headers[i], map_base, bss_base);
PatchUtils::ApplyPatches(&g_nso_headers[i], map_base, bss_base);
nso_map.Close();