mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
InputCommon: Move SDL Device class into its own cpp/h files.
This commit is contained in:
parent
1b85da9b85
commit
17c994df2a
5 changed files with 1039 additions and 1006 deletions
|
@ -537,6 +537,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" />
|
||||
|
@ -1197,6 +1198,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