Make-Forwarder-Dsi/arm9/source/apppatch.h

11 lines
377 B
C
Raw Normal View History

2019-02-13 19:18:36 +00:00
#ifndef APPPATCH_H
#define APPPATCH_H
#include <string>
2021-08-03 02:32:09 +00:00
void ReplaceBanner(const std::string& target, const std::string& input, const std::string& output, const std::string& gamehexid);
2019-02-13 19:18:36 +00:00
void Patch(const std::string& name, bool backup);
void MakeTmd(const std::string& target, const std::string& destination = "");
int PathStringReplace(std::string path);
#endif //APPPATCH_H