Loader: Skeleton IPS/IPS32 patching support.
This commit is contained in:
10
stratosphere/loader/source/ldr_patcher.hpp
Normal file
10
stratosphere/loader/source/ldr_patcher.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <switch.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include "ldr_nso.hpp"
|
||||
|
||||
class PatchUtils {
|
||||
public:
|
||||
static void ApplyPatches(u64 title_id, const NsoUtils::NsoHeader *header, u8 *mapped_nso, size_t size);
|
||||
};
|
||||
Reference in New Issue
Block a user