mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
10 lines
255 B
C
10 lines
255 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
u32 CheckEmbeddedBackup(const char* path);
|
|
u32 EmbedEssentialBackup(const char* path);
|
|
u32 ValidateNandDump(const char* path);
|
|
u32 SafeRestoreNandDump(const char* path);
|
|
u32 SafeInstallFirm(const char* path, u32 slots);
|