mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-23 20:04:59 +00:00
Add LuajitGenerator class
This commit is contained in:
parent
46ab6f758d
commit
ef319b1aad
5 changed files with 189 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue