mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
10 lines
No EOL
209 B
C++
10 lines
No EOL
209 B
C++
#pragma once
|
|
#include <switch.h>
|
|
#include <cstdio>
|
|
|
|
#include "ldr_nso.hpp"
|
|
|
|
class PatchUtils {
|
|
public:
|
|
static void ApplyPatches(const NsoUtils::NsoHeader *header, u8 *mapped_nso, size_t size);
|
|
}; |