mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
10 lines
285 B
C
10 lines
285 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
#define SAFE_SECTORS 0x000000 + 0x1, SECTOR_SECRET, SECTOR_SECRET + 0x1, \
|
|
SECTOR_FIRM0, SECTOR_CTR, 0x000000 // last one is a placeholder
|
|
|
|
u32 ValidateNandDump(const char* path);
|
|
u32 SafeRestoreNandDump(const char* path);
|