mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-24 12:24:59 +00:00
Add option to output multiple functions per file, defaults to 50 (#88)
This commit is contained in:
parent
424a509b22
commit
f8d439aeee
4 changed files with 51 additions and 10 deletions
|
@ -64,6 +64,7 @@ namespace RecompPort {
|
|||
|
||||
struct Config {
|
||||
int32_t entrypoint;
|
||||
int32_t functions_per_output_file;
|
||||
bool has_entrypoint;
|
||||
bool uses_mips3_float_mode;
|
||||
bool single_file_output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue