support for loading/saving settings for multiple games via a single settings file
This commit is contained in:
parent
5f1fab04d9
commit
3fa02ac34d
9 changed files with 243 additions and 358 deletions
|
@ -33,9 +33,6 @@
|
|||
<ClCompile Include="src\render.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\render_dummy.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\render_soft.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -51,6 +48,9 @@
|
|||
<ClCompile Include="src\render_d3d9.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\settings.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="inc\clipper.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue