2017-01-02 17:37:08 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
|
2017-02-17 03:28:53 +01:00
|
|
|
u32 CheckEmbeddedBackup(const char* path);
|
|
|
|
u32 EmbedEssentialBackup(const char* path);
|
2017-09-10 14:13:45 +02:00
|
|
|
u32 FixNandHeader(const char* path, bool check_size);
|
2017-01-02 17:37:08 +01:00
|
|
|
u32 ValidateNandDump(const char* path);
|
|
|
|
u32 SafeRestoreNandDump(const char* path);
|
2017-08-16 18:02:41 +02:00
|
|
|
u32 SafeInstallFirm(const char* path, u32 slots);
|
2017-09-20 23:41:07 +02:00
|
|
|
u32 DumpGbaVcSavegame(const char* path);
|
|
|
|
u32 InjectGbaVcSavegame(const char* path, const char* path_vcsave);
|