mirror of
https://github.com/Mr-Wiseguy/N64Recomp.git
synced 2025-12-05 01:10:45 +00:00
Change generated recomp.h include to account for the header being moved into this repo
This commit is contained in:
@@ -375,7 +375,7 @@ N64Recomp::Config::Config(const char* path) {
|
||||
recomp_include = recomp_include_opt.value();
|
||||
}
|
||||
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>();
|
||||
|
||||
Reference in New Issue
Block a user