mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-09-07 17:26:25 -05:00
Made recompilation header include configurable
This commit is contained in:
@@ -85,6 +85,7 @@ namespace RecompPort {
|
||||
std::vector<FunctionSize> manual_func_sizes;
|
||||
std::vector<ManualFunction> manual_functions;
|
||||
std::string bss_section_suffix;
|
||||
std::string recomp_include;
|
||||
|
||||
Config(const char* path);
|
||||
bool good() { return !bad; }
|
||||
|
||||
Reference in New Issue
Block a user