mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-12-02 21:46:42 +00:00
(Wswan MSVC 2010 360) Fix solution
This commit is contained in:
parent
3d212eb76e
commit
6fefaa80fa
@ -67,11 +67,11 @@
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\main.cpp" />
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\memory.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" />
|
||||
</ItemGroup>
|
||||
|
@ -113,9 +113,6 @@
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\main.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
@ -125,5 +122,8 @@
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp">
|
||||
<Filter>Source Files\mednafen\wswan</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user