libretro: Updated VS project file for class addition.

This commit is contained in:
Stephen Anthony 2019-12-26 20:39:53 -03:30
parent 96693222c7
commit b07d8870ae
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@
<ClCompile Include="..\common\JoyMap.cxx" /> <ClCompile Include="..\common\JoyMap.cxx" />
<ClCompile Include="..\common\KeyMap.cxx" /> <ClCompile Include="..\common\KeyMap.cxx" />
<ClCompile Include="..\common\Logger.cxx" /> <ClCompile Include="..\common\Logger.cxx" />
<ClCompile Include="..\common\PhosphorHandler.cxx" />
<ClCompile Include="..\emucore\CartFC.cxx" /> <ClCompile Include="..\emucore\CartFC.cxx" />
<ClCompile Include="libretro.cxx" /> <ClCompile Include="libretro.cxx" />
<ClCompile Include="EventHandlerLIBRETRO.cxx" /> <ClCompile Include="EventHandlerLIBRETRO.cxx" />
@ -274,6 +275,7 @@
<ClInclude Include="..\common\Logger.hxx" /> <ClInclude Include="..\common\Logger.hxx" />
<ClInclude Include="..\common\MediaFactory.hxx" /> <ClInclude Include="..\common\MediaFactory.hxx" />
<ClInclude Include="..\common\MouseControl.hxx" /> <ClInclude Include="..\common\MouseControl.hxx" />
<ClInclude Include="..\common\PhosphorHandler.hxx" />
<ClInclude Include="..\common\PhysicalJoystick.hxx" /> <ClInclude Include="..\common\PhysicalJoystick.hxx" />
<ClInclude Include="..\common\PJoystickHandler.hxx" /> <ClInclude Include="..\common\PJoystickHandler.hxx" />
<ClInclude Include="..\common\PKeyboardHandler.hxx" /> <ClInclude Include="..\common\PKeyboardHandler.hxx" />