mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 22:33:15 +00:00
Add LuajitGenerator class
This commit is contained in:
parent
053242263f
commit
8aa8e6c426
5 changed files with 189 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue