mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 10:08:20 +00:00
Move sys_gamepad files to the correct directory
This commit is contained in:
parent
d6329eaa1a
commit
93bfe8164c
@ -126,6 +126,7 @@
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_event.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_event_flag.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_fs.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_gamepad.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_interrupt.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_lwcond.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_lwmutex.cpp" />
|
||||
@ -403,7 +404,6 @@
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<PrecompiledHeader>Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="sys_gamepad.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\3rdparty\stblib\stb_image.h" />
|
||||
@ -532,6 +532,7 @@
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_event.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_event_flag.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_fs.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_gamepad.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_interrupt.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_lwcond.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_lwmutex.h" />
|
||||
@ -692,7 +693,6 @@
|
||||
<ClInclude Include="restore_new.h" />
|
||||
<ClInclude Include="rpcs3_version.h" />
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="sys_gamepad.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\3rdparty\libpng\projects\vstudio\libpng\libpng.vcxproj">
|
||||
|
Loading…
Reference in New Issue
Block a user