mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-24 11:26:16 +00:00
Added toml11 and implemented initial config file parsing, replaces command-line arg inputs
This commit is contained in:
parent
f4324ee599
commit
fba0085946
8 changed files with 199 additions and 47 deletions
|
@ -24,6 +24,9 @@
|
|||
<ClCompile Include="src\analysis.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\config.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="lib\ELFIO\elfio\elfio.hpp">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue