mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -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
|
@ -6,5 +6,5 @@
|
|||
|
||||
class PatchUtils {
|
||||
public:
|
||||
static void ApplyPatches(u64 title_id, const NsoUtils::NsoHeader *header, u8 *mapped_nso, size_t size);
|
||||
static void ApplyPatches(const NsoUtils::NsoHeader *header, u8 *mapped_nso, size_t size);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue