mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-08 01:36:08 -05:00
Add option to output multiple functions per file, defaults to 50 (#88)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user