mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-24 04:14:59 +00:00
Initial pass at implementing the symbol input file mechanism
This commit is contained in:
parent
d4fab15fcc
commit
cf2f16ed71
5 changed files with 337 additions and 73 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue