libretro: fix missing JoyMap class

This commit is contained in:
snes2600 2019-08-17 22:34:25 -05:00 committed by Stephen Anthony
parent 14ad7d95cf
commit 3c49805be9
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" />