mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-02 16:53:15 +00:00
Made recompilation header include configurable
This commit is contained in:
parent
dfd90057c9
commit
4161ef68cc
4 changed files with 25 additions and 11 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue