mirror of
https://github.com/libretro/Play-.git
synced 2024-12-11 18:54:11 +00:00
Fix PsfPlayer Win32 build.
This commit is contained in:
parent
bbe93a1325
commit
10a0d696fc
@ -440,6 +440,7 @@
|
||||
<ClCompile Include="..\..\..\Source\MipsJitter.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\MIPSReflection.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\MIPSTags.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\OpticalMedia.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\RegisterStateFile.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\StructCollectionStateFile.cpp" />
|
||||
<ClCompile Include="..\..\..\Source\StructFile.cpp" />
|
||||
@ -686,6 +687,7 @@
|
||||
<ClInclude Include="..\..\..\Source\MipsJitter.h" />
|
||||
<ClInclude Include="..\..\..\Source\MIPSReflection.h" />
|
||||
<ClInclude Include="..\..\..\Source\MIPSTags.h" />
|
||||
<ClInclude Include="..\..\..\Source\OpticalMedia.h" />
|
||||
<ClInclude Include="..\..\..\Source\RegisterStateFile.h" />
|
||||
<ClInclude Include="..\..\..\Source\StructCollectionStateFile.h" />
|
||||
<ClInclude Include="..\..\..\Source\StructFile.h" />
|
||||
|
@ -394,6 +394,9 @@
|
||||
<ClCompile Include="..\..\..\Source\iop\Iop_Module.cpp">
|
||||
<Filter>Source Files\Purei Core\iop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\Source\OpticalMedia.cpp">
|
||||
<Filter>Source Files\Purei Core</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\Source\BasicBlock.h">
|
||||
@ -762,6 +765,9 @@
|
||||
<ClInclude Include="..\..\..\Source\iop\Iop_Heaplib.h">
|
||||
<Filter>Source Files\Purei Core\iop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\Source\OpticalMedia.h">
|
||||
<Filter>Source Files\Purei Core</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\Todolist.txt" />
|
||||
|
Loading…
Reference in New Issue
Block a user