Initial pass at implementing the symbol input file mechanism

This commit is contained in:
Mr-Wiseguy 2024-05-14 10:27:42 -04:00
parent d4fab15fcc
commit cf2f16ed71
5 changed files with 337 additions and 73 deletions

View file

@ -623,7 +623,6 @@ std::vector<T> toml_to_vec(const toml::value& branch_targets_data) {
}
bool read_config(const std::filesystem::path& config_path, RSPRecompilerConfig& out) {
std::ifstream config_file {config_path};
RSPRecompilerConfig ret{};
try {