Add option to output multiple functions per file, defaults to 50 (#88)

This commit is contained in:
Wiseguy
2024-08-15 00:17:09 -04:00
committed by GitHub
parent 424a509b22
commit f8d439aeee
4 changed files with 51 additions and 10 deletions

View File

@@ -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;