Add LuajitGenerator class

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

View file

@ -521,6 +521,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,