mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-27 18:10:25 +00:00
(MSVC 2010) MSVC 2010 Mednafen PCFX solution links now
This commit is contained in:
parent
ac610f0ff8
commit
b6ca3dab3d
Binary file not shown.
@ -36,11 +36,12 @@
|
||||
<ClCompile Include="..\..\..\mednafen\FileWrapper.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\general.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\hw_cpu\v810\fpu-new\softfloat.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\hw_cpu\v810\v810_cpu.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\hw_cpu\v810\v810_cpuD.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\hw_sound\pce_psg\pce_psg.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\vdc_video.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\math_ops.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\md5.cpp" />
|
||||
@ -51,6 +52,8 @@
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\fxscsi.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\huc6273.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\input.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\input\gamepad.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\input\mouse.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\jrevdct.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\king.cpp" />
|
||||
|
@ -54,6 +54,9 @@
|
||||
<Filter Include="Source Files\mednafen\hw_cpu\v810\softfloat">
|
||||
<UniqueIdentifier>{6b23fbcc-e078-45cf-a496-2000f8f2ef74}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\mednafen\pcfx\input">
|
||||
<UniqueIdentifier>{b89853b5-c545-4858-9060-46c32183190f}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\mednafen\Stream.cpp">
|
||||
@ -266,5 +269,14 @@
|
||||
<ClCompile Include="..\..\..\mednafen\sound\OwlResampler.cpp">
|
||||
<Filter>Source Files\mednafen\sound</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\hw_sound\pce_psg\pce_psg.cpp">
|
||||
<Filter>Source Files\mednafen\hw_sound\pce_psg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\input\gamepad.cpp">
|
||||
<Filter>Source Files\mednafen\pcfx\input</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\pcfx-09333\input\mouse.cpp">
|
||||
<Filter>Source Files\mednafen\pcfx\input</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user