mirror of https://github.com/stella-emu/stella.git
libretro: remove unneeded file.
This commit is contained in:
parent
baf4dc8d07
commit
8b5e45d810
|
@ -157,7 +157,6 @@
|
||||||
<ClCompile Include="..\common\RewindManager.cxx" />
|
<ClCompile Include="..\common\RewindManager.cxx" />
|
||||||
<ClCompile Include="..\common\StaggeredLogger.cxx" />
|
<ClCompile Include="..\common\StaggeredLogger.cxx" />
|
||||||
<ClCompile Include="..\common\StateManager.cxx" />
|
<ClCompile Include="..\common\StateManager.cxx" />
|
||||||
<ClCompile Include="..\common\ThreadDebugging.cxx" />
|
|
||||||
<ClCompile Include="..\common\TimerManager.cxx" />
|
<ClCompile Include="..\common\TimerManager.cxx" />
|
||||||
<ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx" />
|
<ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx" />
|
||||||
<ClCompile Include="..\common\tv_filters\AtariNTSC.cxx" />
|
<ClCompile Include="..\common\tv_filters\AtariNTSC.cxx" />
|
||||||
|
@ -281,7 +280,6 @@
|
||||||
<ClInclude Include="..\common\StateManager.hxx" />
|
<ClInclude Include="..\common\StateManager.hxx" />
|
||||||
<ClInclude Include="..\common\StellaKeys.hxx" />
|
<ClInclude Include="..\common\StellaKeys.hxx" />
|
||||||
<ClInclude Include="..\common\StringParser.hxx" />
|
<ClInclude Include="..\common\StringParser.hxx" />
|
||||||
<ClInclude Include="..\common\ThreadDebugging.hxx" />
|
|
||||||
<ClInclude Include="..\common\TimerManager.hxx" />
|
<ClInclude Include="..\common\TimerManager.hxx" />
|
||||||
<ClInclude Include="..\common\tv_filters\AtariNTSC.hxx" />
|
<ClInclude Include="..\common\tv_filters\AtariNTSC.hxx" />
|
||||||
<ClInclude Include="..\common\tv_filters\NTSCFilter.hxx" />
|
<ClInclude Include="..\common\tv_filters\NTSCFilter.hxx" />
|
||||||
|
@ -414,4 +412,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -284,7 +284,7 @@ float StellaLIBRETRO::getVideoAspectPar()
|
||||||
else
|
else
|
||||||
par = video_aspect_pal / 100.0;
|
par = video_aspect_pal / 100.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return par;
|
return par;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue