mirror of https://github.com/stella-emu/stella.git
libretro: Fix VS project for recent removal of ystart handler.
This commit is contained in:
parent
d89e658d68
commit
ec470d17cb
|
@ -202,7 +202,6 @@
|
|||
<ClCompile Include="..\emucore\tia\frame-manager\FrameLayoutDetector.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\frame-manager\FrameManager.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\frame-manager\JitterEmulation.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\frame-manager\YStartDetector.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\LatchedInput.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\Missile.cxx" />
|
||||
<ClCompile Include="..\emucore\tia\PaddleReader.cxx" />
|
||||
|
@ -340,7 +339,6 @@
|
|||
<ClInclude Include="..\emucore\tia\frame-manager\FrameLayoutDetector.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\frame-manager\FrameManager.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\frame-manager\JitterEmulation.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\frame-manager\YStartDetector.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\FrameLayout.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\LatchedInput.hxx" />
|
||||
<ClInclude Include="..\emucore\tia\Missile.hxx" />
|
||||
|
|
Loading…
Reference in New Issue