libretro: fix missing JoyMap class

This commit is contained in:
snes2600 2019-08-17 22:34:25 -05:00 committed by Stephen Anthony
parent 5d296ff5a9
commit ac15909e34
1 changed files with 2 additions and 1 deletions

View File

@ -137,6 +137,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\common\JoyMap.cxx" />
<ClCompile Include="..\common\KeyMap.cxx" />
<ClCompile Include="..\common\Logger.cxx" />
<ClCompile Include="libretro.cxx" />