mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2025-03-01 04:25:37 +00:00
(MSVC 2010) Fix MSVC 2010 solutions
This commit is contained in:
parent
1af869b38c
commit
a615f7cb03
@ -27,24 +27,23 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\libretro.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\endian.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\error.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\file.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\FileStream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\FileWrapper.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\general.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\math_ops.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\md5.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\mednafen.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\MemoryStream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\mempatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\okiadpcm.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\settings.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\sound\Blip_Buffer.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\state.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\Stream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\trio\trio.c">
|
||||
<ClCompile Include="..\..\libretro.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\endian.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\error.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\file.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\FileStream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\FileWrapper.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\general.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\math_ops.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\md5.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\mednafen.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\MemoryStream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\mempatcher.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\settings.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\sound\Blip_Buffer.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\state.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\Stream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\trio\trio.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
|
||||
@ -52,7 +51,7 @@
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\triostr.c">
|
||||
<ClCompile Include="..\..\mednafen\trio\triostr.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
|
||||
@ -60,17 +59,16 @@
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\video\surface.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\eeprom.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\sound.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\v30mz.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp" />
|
||||
<ClCompile Include="..\..\..\scrc32.cpp" />
|
||||
<ClCompile Include="..\..\..\stubs.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\video\surface.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\eeprom.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\gfx.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\rtc.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\sound.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\tcache.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\v30mz.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\wswan-memory.cpp" />
|
||||
<ClCompile Include="..\..\scrc32.cpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{38462FE9-E3FC-4336-B241-50F5599C537B}</ProjectGuid>
|
||||
@ -275,4 +273,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -24,100 +24,91 @@
|
||||
<Filter Include="Source Files\mednafen\wswan">
|
||||
<UniqueIdentifier>{67b0fb70-90af-4316-b8fb-60ec05d88029}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\mednafen\cpu_test">
|
||||
<UniqueIdentifier>{2a09f153-3cb7-4593-b0af-8bcf803e6280}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\mednafen\Stream.cpp">
|
||||
<ClCompile Include="..\..\libretro.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\scrc32.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\endian.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\endian.cpp">
|
||||
<ClCompile Include="..\..\mednafen\error.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\error.cpp">
|
||||
<ClCompile Include="..\..\mednafen\file.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\file.cpp">
|
||||
<ClCompile Include="..\..\mednafen\FileStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\FileStream.cpp">
|
||||
<ClCompile Include="..\..\mednafen\FileWrapper.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\FileWrapper.cpp">
|
||||
<ClCompile Include="..\..\mednafen\general.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\general.cpp">
|
||||
<ClCompile Include="..\..\mednafen\math_ops.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\math_ops.cpp">
|
||||
<ClCompile Include="..\..\mednafen\md5.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\md5.cpp">
|
||||
<ClCompile Include="..\..\mednafen\mednafen.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\mednafen.cpp">
|
||||
<ClCompile Include="..\..\mednafen\MemoryStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\MemoryStream.cpp">
|
||||
<ClCompile Include="..\..\mednafen\mempatcher.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\mempatcher.cpp">
|
||||
<ClCompile Include="..\..\mednafen\settings.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\okiadpcm.cpp">
|
||||
<ClCompile Include="..\..\mednafen\state.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\settings.cpp">
|
||||
<ClCompile Include="..\..\mednafen\Stream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\state.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\sound\Blip_Buffer.cpp">
|
||||
<ClCompile Include="..\..\mednafen\sound\Blip_Buffer.cpp">
|
||||
<Filter>Source Files\mednafen\sound</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\stubs.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="..\..\mednafen\trio\trio.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\libretro.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="..\..\mednafen\trio\triostr.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\scrc32.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="..\..\mednafen\wswan\eeprom.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\video\surface.cpp">
|
||||
<ClCompile Include="..\..\mednafen\wswan\gfx.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\interrupt.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\rtc.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\sound.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\tcache.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\v30mz.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\wswan-memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\video\surface.cpp">
|
||||
<Filter>Source Files\mednafen\video</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\triostr.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\trio.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\eeprom.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\sound.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\v30mz.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -11,42 +11,40 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\libretro.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\endian.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\error.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\file.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\FileStream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\FileWrapper.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\general.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\math_ops.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\md5.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\mednafen.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\MemoryStream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\mempatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\okiadpcm.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\settings.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\sound\Blip_Buffer.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\state.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\Stream.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\trio\trio.c">
|
||||
<ClCompile Include="..\..\libretro.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\endian.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\error.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\file.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\FileStream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\FileWrapper.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\general.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\math_ops.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\md5.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\mednafen.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\MemoryStream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\mempatcher.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\settings.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\sound\Blip_Buffer.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\state.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\Stream.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\trio\trio.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\triostr.c">
|
||||
<ClCompile Include="..\..\mednafen\trio\triostr.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\video\surface.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\eeprom.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\sound.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\v30mz.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp" />
|
||||
<ClCompile Include="..\..\..\scrc32.cpp" />
|
||||
<ClCompile Include="..\..\..\stubs.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\video\surface.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\eeprom.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\gfx.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\rtc.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\sound.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\tcache.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\v30mz.cpp" />
|
||||
<ClCompile Include="..\..\mednafen\wswan\wswan-memory.cpp" />
|
||||
<ClCompile Include="..\..\scrc32.cpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{38462FE9-E3FC-4336-B241-50F5599C537B}</ProjectGuid>
|
||||
@ -125,4 +123,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -26,95 +26,89 @@
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\mednafen\Stream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\endian.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\error.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\file.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\FileStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\FileWrapper.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\general.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\math_ops.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\md5.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\mednafen.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\MemoryStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\mempatcher.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\okiadpcm.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\settings.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\state.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\sound\Blip_Buffer.cpp">
|
||||
<Filter>Source Files\mednafen\sound</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\stubs.cpp">
|
||||
<ClCompile Include="..\..\libretro.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\libretro.cpp">
|
||||
<ClCompile Include="..\..\scrc32.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\scrc32.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="..\..\mednafen\endian.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\video\surface.cpp">
|
||||
<ClCompile Include="..\..\mednafen\error.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\file.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\FileStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\FileWrapper.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\general.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\math_ops.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\md5.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\mednafen.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\MemoryStream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\mempatcher.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\settings.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\state.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\Stream.cpp">
|
||||
<Filter>Source Files\mednafen</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\eeprom.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\gfx.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\interrupt.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\rtc.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\sound.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\tcache.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\v30mz.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\wswan\wswan-memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\video\surface.cpp">
|
||||
<Filter>Source Files\mednafen\video</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\triostr.c">
|
||||
<ClCompile Include="..\..\mednafen\sound\Blip_Buffer.cpp">
|
||||
<Filter>Source Files\mednafen\sound</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\mednafen\trio\trio.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\trio\trio.c">
|
||||
<ClCompile Include="..\..\mednafen\trio\triostr.c">
|
||||
<Filter>Source Files\mednafen\trio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\eeprom.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\sound.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\v30mz.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user