GodMode9/source/game/gameutil.h

14 lines
473 B
C
Raw Normal View History

#pragma once
#include "common.h"
#define HSINJECT_MARKFILE "__gm9_hsbak.pth"
u32 VerifyGameFile(const char* path);
u32 CheckEncryptedGameFile(const char* path);
u32 CryptGameFile(const char* path, bool inplace, bool encrypt);
2016-12-15 11:46:00 +01:00
u32 BuildCiaFromGameFile(const char* path, bool force_legit);
u32 BuildNcchInfoXorpads(const char* destdir, const char* path);
u32 CheckHealthAndSafetyInject(const char* hsdrv);
2017-01-30 01:49:01 +01:00
u32 InjectHealthAndSafety(const char* path, const char* destdrv);