Remove bin2c, load the PPC context header by path.

This commit is contained in:
Skyth
2025-01-15 01:25:04 +03:00
parent ca39a3b992
commit 2cd41adf42
8 changed files with 19 additions and 100 deletions

View File

@@ -64,7 +64,7 @@ struct Recompiler
bool Recompile(const Function& fn);
void Recompile();
void Recompile(const std::filesystem::path& headerFilePath);
void SaveCurrentOutData(const std::string_view& name = std::string_view());
};