Add LuajitGenerator class

This commit is contained in:
Mr-Wiseguy 2024-09-29 01:02:46 -04:00
parent 053242263f
commit 8aa8e6c426
5 changed files with 189 additions and 2 deletions

View file

@ -518,6 +518,7 @@ namespace N64Recomp {
};
bool recompile_function(const Context& context, const Function& func, std::ofstream& output_file, std::span<std::vector<uint32_t>> static_funcs, bool tag_reference_relocs);
bool recompile_function_luajit(const Context& context, const Function& func, std::ofstream& output_file, std::span<std::vector<uint32_t>> static_funcs, bool tag_reference_relocs);
enum class ModSymbolsError {
Good,