mirror of https://github.com/stella-emu/stella.git
libretro: Added Logger class to VS project.
This commit is contained in:
parent
ff5d2f5b96
commit
d8f28f19ce
|
@ -135,6 +135,7 @@
|
|||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\common\Logger.cxx" />
|
||||
<ClCompile Include="libretro.cxx" />
|
||||
<ClCompile Include="EventHandlerLIBRETRO.cxx" />
|
||||
<ClCompile Include="FBSurfaceLIBRETRO.cxx" />
|
||||
|
@ -318,6 +319,7 @@
|
|||
<ClInclude Include="..\common\FSNodeFactory.hxx" />
|
||||
<ClInclude Include="..\common\FSNodeZIP.hxx" />
|
||||
<ClInclude Include="..\common\LinkedObjectPool.hxx" />
|
||||
<ClInclude Include="..\common\Logger.hxx" />
|
||||
<ClInclude Include="..\common\MediaFactory.hxx" />
|
||||
<ClInclude Include="..\common\MouseControl.hxx" />
|
||||
<ClInclude Include="..\common\PhysicalJoystick.hxx" />
|
||||
|
|
Loading…
Reference in New Issue