mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
Loader: Skeleton IPS/IPS32 patching support.
This commit is contained in:
parent
cd42f6dc18
commit
c1fd2eda20
3 changed files with 118 additions and 0 deletions
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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue