mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-29 05:26:17 +00:00
Change generated recomp.h include to account for the header being moved into this repo
This commit is contained in:
parent
f3e0d9bbd7
commit
22b75679bb
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ N64Recomp::Config::Config(const char* path) {
|
||||||
recomp_include = recomp_include_opt.value();
|
recomp_include = recomp_include_opt.value();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
recomp_include = "#include \"librecomp/recomp.h\"";
|
recomp_include = "#include \"recomp.h\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::optional<int32_t> funcs_per_file_opt = input_data["functions_per_output_file"].value<int32_t>();
|
std::optional<int32_t> funcs_per_file_opt = input_data["functions_per_output_file"].value<int32_t>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue