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

@ -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);
};