make-forwarder-dsi

An actively maintained fork of Make Forwarder DSi, compatible with the latest TWiLight Menu++

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
#ifndef APPPATCH_H
#define APPPATCH_H

#include <string>

void ReplaceBanner(const std::string& target, const std::string& input, const std::string& output, const std::string& gamehexid);
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