mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
Merge pull request #13476 from jordan-woyak/sdl-header
InputCommon: Move SDL Device class into its own cpp/h files.
This commit is contained in:
commit
fe307a06c6
5 changed files with 1039 additions and 1006 deletions
|
@ -541,6 +541,7 @@
|
|||
<ClInclude Include="InputCommon\ControllerInterface\Win32\Win32.h" />
|
||||
<ClInclude Include="InputCommon\ControllerInterface\XInput\XInput.h" />
|
||||
<ClInclude Include="InputCommon\ControllerInterface\SDL\SDL.h" />
|
||||
<ClInclude Include="InputCommon\ControllerInterface\SDL\SDLGamepad.h" />
|
||||
<ClInclude Include="InputCommon\ControlReference\ControlReference.h" />
|
||||
<ClInclude Include="InputCommon\ControlReference\ExpressionParser.h" />
|
||||
<ClInclude Include="InputCommon\ControlReference\FunctionExpression.h" />
|
||||
|
@ -1203,6 +1204,7 @@
|
|||
<ClCompile Include="InputCommon\ControllerInterface\Win32\Win32.cpp" />
|
||||
<ClCompile Include="InputCommon\ControllerInterface\XInput\XInput.cpp" />
|
||||
<ClCompile Include="InputCommon\ControllerInterface\SDL\SDL.cpp" />
|
||||
<ClCompile Include="InputCommon\ControllerInterface\SDL\SDLGamepad.cpp" />
|
||||
<ClCompile Include="InputCommon\ControlReference\ControlReference.cpp" />
|
||||
<ClCompile Include="InputCommon\ControlReference\ExpressionParser.cpp" />
|
||||
<ClCompile Include="InputCommon\ControlReference\FunctionExpression.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue