mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
Loader: Change ips patch location to ease patch distribution
This commit is contained in:
parent
e697f6bdd0
commit
44e2412ae6
3 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue